## Sample kshrc. Used by ksh for interactive invocations, processed after# /etc/ksh.kshrc## alias h='fc -l | more' # View history nicely# alias logout=exit # Another way to exit# alias rm='rm -i' # Confirm file removal# alias del='rm -i' # Confirm file removal# alias lsf='ls -CF' # List files in nice format# alias ll='ls -l' # List files in long format