Answers for "linux bash get full path of file"

4

full path of file linux

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

bash get file full path

$ realpath example.txt
/home/username/example.txt
Posted by: Guest on May-01-2021

Code answers related to "linux bash get full path of file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language