Answers for "add something to $path"

1

add path to $PATH

PATH=$PATH:~/opt/bin
# or
PATH=~/opt/bin:$PATH
Posted by: Guest on March-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language