Skip to content

Instantly share code, notes, and snippets.

@ChristopherA
Created July 16, 2023 20:12
Show Gist options
  • Save ChristopherA/258330505dab221d9b2b722452282b77 to your computer and use it in GitHub Desktop.
Save ChristopherA/258330505dab221d9b2b722452282b77 to your computer and use it in GitHub Desktop.
MacOS `find` from CLI Tips

MacOS find and grep are slightly different from Linux. I've found this useful:

# find using regular expression
find . -type f -name "*.part*" -print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment