Computer Science Fundamentals Operating Systems Subjective
Mar 12, 2013

What is the use of ‘which’ command in UNIX system?

Detailed Explanation

‘which’ command will report the name of the file that is be executed when the command is invoked. This will be the full path name or the alias that’s found first in your path.
Syntax--
     which command(s)
ex--
     UNIX prompt> which Mail
Output--
     /usr/ucb/Mail

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback