8672 proc_t changes broke genunix dmods and walker
[unleashed.git] / usr / src / cmd / nsadmin / dot-kshrc.sh
blob0ba420ac582589cd4b756684a107f5a7adafaf36
2 # Sample kshrc. Used by ksh for interactive invocations, processed after
3 # /etc/ksh.kshrc
6 # alias h='fc -l | more' # View history nicely
7 # alias logout=exit # Another way to exit
8 # alias rm='rm -i' # Confirm file removal
9 # alias del='rm -i' # Confirm file removal
10 # alias lsf='ls -CF' # List files in nice format
11 # alias ll='ls -l' # List files in long format