Subject: Re: Terminal tab expansion To: Michal Pasternak <michal@pasternak.w.lub.pl> From: Thomas Bieg <tomsbsd03@t-email.de> List: netbsd-help Date: 08/10/2003 17:39:06
Thomas Bieg wrote:
> You could do it with sed, like
>
> cat somefile | sed 's/<tab>/ /'
Sorry, this should have been
cat somefile | sed 's/<tab>/ /g'
Tom