$ type cd cd is a shell builtin
% which which which: shell built-in command
$ alias cd=ls $ cd foo <lists contents of foo> $ command cd foo <changes to directory foo>