Hi,
In my .tcshrc file, I first add a directory to my $path. This works, so I know the file is being called. Then, I am trying to make an alias that
should turn text files into scripts, then move them to my ~/bin, then rehash so that the command is immediately available.
The line is:
alias makescript 'chmod 755 !*;mv !* ~/bin;rehash'
On starting a shell, the result is:
0: Event not found
"man tcsh" info on alias does not indicate much about how to use it, and there is no entry for "man alias". Can anyone tell me what might be wrong here?
Thanks!
--
Jeffrey A. Hawkins
alias makescript 'chmod 755 !*;mv !* ~/bin;rehash'
Sysop: | Gate Keeper |
---|---|
Location: | Shelby, NC |
Users: | 802 |
Nodes: | 20 (0 / 20) |
Uptime: | 254:24:25 |
Calls: | 13,133 |
Calls today: | 8 |
Files: | 5,294 |
D/L today: |
13 files (8,805K bytes) |
Messages: | 598,108 |
Posted today: | 1 |