Answers for "ubuntu get full file path"

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 "Shell/Bash"

Browse Popular Code Answers by Language