[chuckling] I giggled a bit when I saw that, since I had to check the man page for ls. Then I checked my aliases. Turns out I have that set as well, so I shouldn't be laughing.
From my .tcshrc file:
alias h history 25 alias j jobs -l alias la ls -a alias lf ls -FA alias ll ls -lA alias ls ls -F alias net netstat -f inet alias e pico -wz alias su su -m alias fn 'find . -name "\!*" -xdev -print'
I particularly enjoy e - comes in mighty handy, as does fn. What are you using on Grace?
(no subject)
Date: 2002-09-22 09:37 am (UTC)From my .tcshrc file:
alias h history 25
alias j jobs -l
alias la ls -a
alias lf ls -FA
alias ll ls -lA
alias ls ls -F
alias net netstat -f inet
alias e pico -wz
alias su su -m
alias fn 'find . -name "\!*" -xdev -print'
I particularly enjoy e - comes in mighty handy, as does fn. What are you using on Grace?