3
I want to open terminal, find a file or folder, and quickly navigate to that folder or the parent directory of the file.
I can quickly get the path using
find ~ -name 'filename.txt'
but I can't figure out how to copy that path result into the "cd" command
Is there a way to basically say "cd [path from find command]" or "open [path from find command]"
I'm just using the default terminal in OSX Mountain Lion
it's a workable solution, but not clean like I was hoping... oh well, I guess there isn't a simple clean solution like I was hoping – Jeff Widman – 2013-07-18T22:58:02.827