Answers for "linux how to add directory to end path"

15

linux add to path

export PATH=$PATH:/place/with/the/file
Posted by: Guest on June-11-2020
0

add directory to path on linux

export PATH="$HOME/bin:$PATH"Copied!
Posted by: Guest on May-26-2021

Code answers related to "linux how to add directory to end path"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language