home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / shell / 5192 < prev    next >
Encoding:
Text File  |  1992-12-30  |  671 b   |  23 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!boulder!boulder!anatoly
  3. From: anatoly@boulder.Colorado.EDU (Ulyanov Anatoly)
  4. Subject: Re: shell
  5. Message-ID: <anatoly.725739680@beagle>
  6. Keywords: shell 
  7. Sender: news@colorado.edu (The Daily Planet)
  8. Nntp-Posting-Host: beagle.colorado.edu
  9. Organization: University of Colorado, Boulder
  10. References: <1992Dec30.150828.24430@netcom.com>
  11. Date: 30 Dec 92 18:21:20 GMT
  12. Lines: 9
  13.  
  14. kasajian@netcom.com (Kenneth Kasajian) writes:
  15.  
  16. >I'd like to have a shell program (using c-shell) called "dir" that works
  17. >like ls -l -F so I created a file called dir with the exec attribute with
  18. >the following contents:
  19. >ls -l -F $1
  20.  
  21.  
  22.         Try ls -l -F $*
  23.