What will be result of following command? $ cd ../../ no change in directory ask for directory name for change . move two levels up from current directory move two levels down from current directory code example
Example: terminal find containing directory of file and cd to directory
$ cd `find ~ -name filename.txt -exec dirname {} \;`