What I\'m trying to do is find the current working directory and save it into a variable, so that I can run export PATH=$PATH:currentdir+somethingelse. I\'m not
export PATH=$PATH:currentdir+somethingelse
current working directory variable ie full path /home/dev/other
dir=$PWD
print the full path
echo $dir