To assign the command ls -lah to the shortcut command lh, what command should you use?
ls -lah
lh
alias 'ls -lah'=lh
link lh='ls -lah'
alias lh='ls -lah'
lh | ls -lah