Answers for "full path with linux find"

1

linux get full path

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

full path with linux find

find .. -name "filename" -exec readlink -f {} \;
Posted by: Guest on September-15-2021

Code answers related to "full path with linux find"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language