home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.admin
- Path: sparky!uunet!ftpbox!mothost!white!glas!waider
- From: waider@glas.rtsg.mot.com (Ronan Waide)
- Subject: Re: How to echo " character in a csh script???
- Message-ID: <1992Nov19.170733.6507@glas.rtsg.mot.com>
- Organization: Motorola Ireland Ltd., Cork, Ireland.
- References: <MEYER.92Nov19134651@ibsen.geomatic.no>
- Date: Thu, 19 Nov 1992 17:07:33 GMT
- Lines: 29
-
- meyer@geomatic.no (Harald Martens Meyer) writes:
-
- >Subject line tells it all...
-
- > 2
- >HM
-
- Why post this to comp.unix.admin? It's a comp.unix.question, or a
- comp.unix.shell .....
-
- Anyway:
- Nonar (bui1) % > echo \"
- "
- Nonar (bui1) % > cat > sc
- #! /bin/csh
- echo \"
- Nonar (bui1) % > chmod +x sc
- Nonar (bui1) % > ./sc
- "
- Nonar (bui1) % >
-
-
- Escape it with a preceding backslash.
-
- Ronan
- --
- Ronan Waide, Motorola Ireland waider@glas.rtsg.mot.com
-
- "Never underestimate the bandwidth of a trailer-load of floppies" - ?
-