Skip to content

Instantly share code, notes, and snippets.

@jmstfv
Created February 17, 2020 19:05
Show Gist options
  • Save jmstfv/6f3fea7275b3d40656e0e03ad1ff57f7 to your computer and use it in GitHub Desktop.
Save jmstfv/6f3fea7275b3d40656e0e03ad1ff57f7 to your computer and use it in GitHub Desktop.
Find a directory
# Find a directory (Linux/MacOS)
sudo find / -type d -name 'dirname'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment