Answers for "add pwd to path linux"

0

add pwd to path linux

$ echo "export PATH=\$PATH:$(pwd)" >> ~/.bashrc
Posted by: Guest on August-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language