home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.shell
- Path: sparky!uunet!boulder!boulder!anatoly
- From: anatoly@boulder.Colorado.EDU (Ulyanov Anatoly)
- Subject: Re: shell
- Message-ID: <anatoly.725739680@beagle>
- Keywords: shell
- Sender: news@colorado.edu (The Daily Planet)
- Nntp-Posting-Host: beagle.colorado.edu
- Organization: University of Colorado, Boulder
- References: <1992Dec30.150828.24430@netcom.com>
- Date: 30 Dec 92 18:21:20 GMT
- Lines: 9
-
- kasajian@netcom.com (Kenneth Kasajian) writes:
-
- >I'd like to have a shell program (using c-shell) called "dir" that works
- >like ls -l -F so I created a file called dir with the exec attribute with
- >the following contents:
- >ls -l -F $1
-
-
- Try ls -l -F $*
-