meaning of "to go from a directory to the directory's parent directory code example
Example: terminal find containing directory of file and cd to directory
$ cd `find ~ -name filename.txt -exec dirname {} \;`
$ cd `find ~ -name filename.txt -exec dirname {} \;`