$ type -a ls ls is aliased to `ls --color=auto' ls is a function ls () { clear; command ls --color=auto "$@" } ls is /bin/ls $ type -a lsh lsh is a function lsh () { clear; command ls --color=auto "$@" | head }