Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!spool.mu.edu!think.com!mintaka!bloom-beacon!eru!hagbard!sunic!dkuug!iesd!news From: claus@iesd.auc.dk (Claus S. Jensen) Newsgroups: comp.unix.questions Subject: sed/grep problems Message-ID: <1991Feb13.115717.1339@iesd.auc.dk> Date: 13 Feb 91 11:57:17 GMT Sender: news@iesd.auc.dk Organization: CS and Math, University of Aalborg, Denmark Lines: 21 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" doesn't work. 2) And I would like to use sed to replace these tabs with spaces. sed -e "s/\t/ /g" doesn't work. If anybody know anything about this please answer the questions. Claus S.Jensen -- ######################################################################## # Claus S.Jensen , claus@iesd.auc.dk # Superman on Deep Trouble MUD # # University of Aalborg, Denmark # krikand.iesd.auc.dk 2000 # ########################################################################