Monday, March 22, 2010

Determine where a command is

The command "type" may be used to find out,
which command the shell executes.

Example:

    $ type ls
    /usr/bin/ls
    $ type l
    l is an alias for 'ls -l'
      

No comments:

Post a Comment