Skip to content

Instantly share code, notes, and snippets.

@estysdesu
Last active March 25, 2020 20:37
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 estysdesu/ea9b734c47822936590fc33584934362 to your computer and use it in GitHub Desktop.
Save estysdesu/ea9b734c47822936590fc33584934362 to your computer and use it in GitHub Desktop.
[Shell: Locating Files] #find #locate #sh
##### `find` (TREE SEARCH; SLOWER) #####
# https://math2001.github.io/post/bashs-find-command/
##### `locate` (DB SEARCH; FASTER; POSSIBLY WRONG) #####
# https://www.howtoforge.com/linux-locate-command/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment