home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aux
- Path: sparky!uunet!boulder!samwise.colorado.edu!powellb
- From: powellb@samwise.colorado.edu (Brian Powell)
- Subject: csh is screwed up
- Message-ID: <1992Aug27.171503.794@colorado.edu>
- Sender: news@colorado.edu (The Daily Planet)
- Nntp-Posting-Host: bilbo.colorado.edu
- Organization: Colorado Center for Astrodynamics Research
- Date: Thu, 27 Aug 1992 17:15:03 GMT
- Lines: 20
-
- Does anyone know why the csh included with A/UX 3.0 is so screwed up?
- This simple example here does not work under the A/UX csh; however, it works on
- Sun, DEC, HP, IBM, and SGI. Here it is:
-
- #!/bin/csh
- set test = `pwd`
- echo $test
- exit
-
- This program will not echo anything because the scripting with csh will
- not execute the program pwd as it is supposed to. Does anyone know a work
- around to this (beside tcsh)? I can't use tcsh for the application I am
- applying this to.
-
- Thanks,
-
- Brian
-
- ----
- No cute crap here...
-