home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!spool.mu.edu!umn.edu!csus.edu!netcom.com!kasajian
- From: kasajian@netcom.com (Kenneth Kasajian)
- Newsgroups: comp.unix.shell
- Subject: shell
- Keywords: shell
- Message-ID: <1992Dec30.150828.24430@netcom.com>
- Date: 30 Dec 92 15:08:28 GMT
- Organization: Netcom - Online Communication Services (408 241-9760 guest)
- Lines: 6
-
- 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
- but the $1 doesn't expand wildcards properly. What am I doing wrong?
- Kenny
-