On Wed, Dec 01, 1999 at 10:25:43PM -0600, Rick L. Mantooth wrote:
> Ok,
> Lets add a "tr" for old times sake:
> 
> tr '\t' '|' < FILE > NEWFILE

I can't believe nobody brought up sed yet:

sed -e"s/        /|/g" FILE > NEWFILE
        ^^^^^^^^^
        This is a tab. Can be entered on the command line by first
        pressing Ctrl-v, then Tab.

Cheerio,

Thomas
-- 
             "Look, Ma, no obsolete quotes and plain text only!"

     Thomas Ribbrock | http://www.bigfoot.com/~kaytan | ICQ#: 15839919
   "You have to live on the edge of reality - to make your dreams come true!"


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to