sed/grep problems

Claus S. Jensen claus at iesd.auc.dk
Wed Feb 13 22:57:17 AEST 1991


  I'm looking for a way to do some things concerning the tab-symbol.

1) I would like to find occurences of tab (\t) in a file.
   grep "\t" <file> doesn't work.

2) And I would like to use sed to replace these tabs with
   spaces.
   sed -e "s/\t/   /g" <file> doesn't work.


  If anybody know anything about this please answer the questions.


     Claus S.Jensen

--
########################################################################
#  Claus S.Jensen , claus at iesd.auc.dk # Superman on Deep Trouble MUD   #
#  University of Aalborg, Denmark     # krikand.iesd.auc.dk 2000       #
########################################################################



More information about the Comp.unix.questions mailing list