13 November 2007

To find out if a command is aliased

Usage:

$ type -all
Example:
$ type -all ls
ls is aliased to `ls --color=tty'
ls is /bin/ls

$type -all mount
mount is /bin/mount

No comments: