Answers for "linux get absolute path"

2

linux get absolute path

readlink -f file.txt
Posted by: Guest on March-15-2021
1

linux get full path

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

get full path of files in directory linux command

ls | xargs readlink -f
Posted by: Guest on May-07-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language