Answers for "linux show path"

1

linux get full path

readlink -f file.txt #file
readlink -f Downloads #folder
Posted by: Guest on July-05-2020
2

linux show path

pwd		//Unix command for showing the path
$PATH  //Enviromental variable for showing the path
Posted by: Guest on December-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language