This is what I learned in UNIX
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