how start from root in a directoty code example Example: terminal find containing directory of file and cd to directory $ cd `find ~ -name filename.txt -exec dirname {} \;`