home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / ultrix / 6812 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  880 b 

  1. Xref: sparky comp.unix.ultrix:6812 comp.unix.shell:3878
  2. Newsgroups: comp.unix.ultrix,comp.unix.shell
  3. Path: sparky!uunet!decwrl!pa.dec.com!decuac!hussar.dco.dec.com!mjr
  4. From: mjr@hussar.dco.dec.com (Marcus J. "Buddy can you spare a clue?" Ranum)
  5. Subject: Re: echo on Ultrix4.2
  6. Message-ID: <1992Sep10.060050.19911@decuac.dec.com>
  7. Keywords: echo ultrix
  8. Sender: news@decuac.dec.com (USENET News System)
  9. Nntp-Posting-Host: hussar.dco.dec.com
  10. Organization: Digital Equipment Corporation, Washington ULTRIX Resource Center
  11. References: <202@uflash.UUCP>
  12. Date: Thu, 10 Sep 1992 06:00:50 GMT
  13. Lines: 12
  14.  
  15. >I have ultrix4.2 on DECstation 3100.
  16. >It looks like my "echo" command doesn't
  17. >understand escape characters:
  18. >
  19. >$ echo "\n\nHi\tthere"
  20.  
  21.     ULTRIX doesn't have a system-V style echo.
  22.  
  23.     You can get this behavior by running your script under sh5; the
  24. builtin echo understands escapes.
  25.  
  26. mjr.
  27.