A regular Linux and Unix user should know how to use the PATH, CDPATH, MANPATH and HOME environment variables, in the bash shell. With the PATH and the CDPATH set in the right way, you can easily use your commands…
A regular Linux and Unix user should know how to use the PATH, CDPATH, MANPATH and HOME environment variables, in the bash shell. With the PATH and the CDPATH set in the right way, you can easily use your commands…
You already know what are the PATH and the CDPATH and how to use them. In this article I will list you the other common Linux and Unix PATH variables, and give some short explenations of how to use them.…
In this article I will show my favourite bash tricks. Because I am very lazy, I adore all the dirty tricks that can make my bash usage easier. 1-2 : The PATH and the CDPATH. The PATH and CDPATH are…
The CDPATH is an environment variable, just like PATH. It is used to cd directly in the folders you add in your CDPATH. By default, your CDPATH is empty but you can easily set it, as you like. Difference between…