1# 2# Sample kshrc. Used by ksh for interactive invocations, processed after 3# /etc/ksh.kshrc 4# 5 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 12