How to get full path of a file?
Asked 07 September, 2021
Viewed 2K times
  • 61
Votes

Is there an easy way I can print the full path of file.txt ?

file.txt = /nfs/an/disks/jj/home/dir/file.txt

The <command>

dir> <command> file.txt  

should print

/nfs/an/disks/jj/home/dir/file.txt

30 Answer