Monday, 18 February 2019

bash - How to permanently add current directory to PATH in Linux?


Possible Duplicate:
Add folder to PATH



I want to a add a directory to my bash to search in, and I am using the $PATH=.... it works however when I open a new command window it is not there.


How can I permanently add this to the path on Linux?

No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...