Answers for "how to know the path of a file in ubuntu"

2

ubuntu get full path of file

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

Code answers related to "how to know the path of a file in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language