Skip to content

Instantly share code, notes, and snippets.

@robdecker
Created April 23, 2020 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robdecker/5264fabeffbe694417262e58582ef56a to your computer and use it in GitHub Desktop.
Save robdecker/5264fabeffbe694417262e58582ef56a to your computer and use it in GitHub Desktop.
[Find command] #sh

Find all folders (starting in the current folder) based on a partial folder name

find . -type d -name "*searchname*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment