Finding the exact locationof the command with 'which'
It is possible to not know which version of the file is used by specifying multiple paths in the $PATH environment variable. It is possible to learn about the location of such file with 'which' command. 'which' command will accept just the name of the file, and it will print full path of that file.
Comments
Post a Comment