Answers for "how to use export the current directory for path in ubuntu terminal"

1

ubuntu export path

export PATH="/path/to/dir:$PATH"
Posted by: Guest on August-28-2020
-1

ubuntu export path

$ source ~/.bashrc
Posted by: Guest on August-28-2020

Code answers related to "how to use export the current directory for path in ubuntu terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language