Answers for "linux extend path"

0

linux extend path

export PATH=$PATH:<path you want to add>
or
export PATH=<path you want to add>:$PATH
Posted by: Guest on April-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language