Skip to content

Instantly share code, notes, and snippets.

@light9
Last active September 21, 2015 13:35
Show Gist options
  • Save light9/db061b330e30527c5237 to your computer and use it in GitHub Desktop.
Save light9/db061b330e30527c5237 to your computer and use it in GitHub Desktop.
To locate a specific directory by name, simply run:
sudo find / -name 'directoryname' -type d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment