home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / wizards / 5288 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.2 KB  |  38 lines

  1. Newsgroups: comp.unix.wizards
  2. Path: sparky!uunet!newsgate.watson.ibm.com!news.ans.net!europa.asd.contel.com!darwin.sura.net!spool.mu.edu!nigel.msen.com!math.fu-berlin.de!uni-paderborn.de!urmel.informatik.rwth-aachen.de!solaris.rz.tu-clausthal.de!helios.rz.tu-clausthal.de!injc
  3. From: injc@helios.rz.tu-clausthal.de (Joerg Czeranski)
  4. Subject: Re: sh/csh interpretation of backquotes 
  5. Message-ID: <1992Dec20.211351.17682@solaris.rz.tu-clausthal.de>
  6. Sender: root@solaris.rz.tu-clausthal.de (Operator)
  7. Organization: Techn. Univ. Clausthal
  8. X-Newsreader: Tin 1.1 PL5
  9. References: <1992Dec17.174208.28328@mfltd.co.uk>
  10. Distribution: mf
  11. Date: Sun, 20 Dec 1992 21:13:51 GMT
  12. Lines: 24
  13.  
  14. Shaun Lowry (sml@mfltd.co.uk) wrote:
  15. : Can anyone tell me why 
  16. : $ echo `tput bold`
  17. : works in sh and ksh, but not in csh?
  18.  
  19. Maybe csh gets confused, because it tries to break the output of
  20. `tput' into words.  You may try:
  21. % echo "`tput bold`"
  22.  
  23. I have tried this with both sh/csh and it gives the desired result
  24. (on SunOS 4.1.3).
  25.  
  26. Joerg
  27.  
  28. --
  29. Joerg Czeranski
  30. Osteroeder Strasse 55          EMail injc@sun.rz.tu-clausthal.de
  31. W-3392 Clausthal-Zellerfeld    SMTP  injc@[139.174.1.3]
  32. Germany
  33.  
  34. (.sig under construction, sorry for the inconvenience)
  35.