5 lines
63 B
Bash
5 lines
63 B
Bash
|
alias l='ls'
|
||
|
alias lh='l -h'
|
||
|
alias ll='lh -l'
|
||
|
alias la='ll -a'
|