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
- printing out the full path with the spaces converted in \ \
- 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?