0

From the terminal lets say I navigate into a directory with a file that I'd like to "print the full path to including the file name with the spaces converted to \ \". Is there a command to do this from the terminal?

The two specific things I'm having trouble with are

  1. printing out the full path with the spaces converted in \ \
  2. printing out the full path including the file I'm interested in

Perhaps there are some flags that can be added to the "find" command?

mbigras
  • 7,664
  • 11
  • 50
  • 111

1 Answers1

-1

See greadlink -f in coreutils as described by @tomyjwu in another post

Community
  • 1
  • 1
mbigras
  • 7,664
  • 11
  • 50
  • 111