列出Linux中所有命令别名

daizichuan / 2024-01-25 / 原文

root@performance:~# alias -p
alias ll='ls $LS_OPTIONS -l'
alias ls='ls $LS_OPTIONS'
alias python='python3'
root@performance:~#