What is the command to move a file named sant.a (located in the current working directory) one level up in the filesystem hierarchy? code example
Example: terminal find containing directory of file and cd to directory
$ cd `find ~ -name filename.txt -exec dirname {} \;`