home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.shell
- Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!swrinde!zaphod.mps.ohio-state.edu!uwm.edu!linac!uchinews!a-douglas@uchicago.edu
- From: a-douglas@uchicago.edu (Allen Douglas)
- Subject: echo question
- Message-ID: <1992Nov9.171618.5675@midway.uchicago.edu>
- Sender: news@uchinews.uchicago.edu (News System)
- Organization: U of C Law School
- Date: Mon, 9 Nov 1992 17:16:18 GMT
- Lines: 15
-
- I would like to echo tab and line return characters to the screen and/or
- understandto a file. But I must not the escaping/quoting mechanism. According
- to my UNIX reference I should be able to type:
-
- quads% echo Bob'\t\t'cat
- and get:
- Bob cat
-
- unfortunately I get:
- quads% echo Bob'\t\t'cat
- Bob\t\tcat
-
- What gives? Thanks in advance!
-
- Allen
-