Answers for "ubuntu display full path"

3

ubuntu get full path of file

$ readlink -e ./out.txt                                                                                                  
/home/xieerqi/out.txt
Posted by: Guest on July-13-2021
0

ubuntu print path

echo "$PATH"
Posted by: Guest on November-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language