home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / admin / 6275 < prev    next >
Encoding:
Text File  |  1992-11-19  |  918 b   |  40 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!ftpbox!mothost!white!glas!waider
  3. From: waider@glas.rtsg.mot.com (Ronan Waide)
  4. Subject: Re: How to echo " character in a csh script???
  5. Message-ID: <1992Nov19.170733.6507@glas.rtsg.mot.com>
  6. Organization: Motorola Ireland Ltd., Cork, Ireland.
  7. References: <MEYER.92Nov19134651@ibsen.geomatic.no>
  8. Date: Thu, 19 Nov 1992 17:07:33 GMT
  9. Lines: 29
  10.  
  11. meyer@geomatic.no (Harald Martens Meyer) writes:
  12.  
  13. >Subject line tells it all...
  14.  
  15. >  2
  16. >HM
  17.  
  18. Why post this to comp.unix.admin? It's a comp.unix.question, or a 
  19. comp.unix.shell .....
  20.  
  21. Anyway:
  22. Nonar (bui1) % > echo \"
  23. "
  24. Nonar (bui1) % > cat > sc
  25. #! /bin/csh
  26. echo \"
  27. Nonar (bui1) % > chmod +x sc
  28. Nonar (bui1) % > ./sc
  29. "
  30. Nonar (bui1) % >
  31.  
  32.  
  33. Escape it with a preceding backslash.
  34.  
  35. Ronan
  36. -- 
  37. Ronan Waide, Motorola Ireland                        waider@glas.rtsg.mot.com
  38.  
  39. "Never underestimate the bandwidth of a trailer-load of floppies" - ?
  40.