Skip to content

Instantly share code, notes, and snippets.

@espio999
Created April 29, 2022 00:47
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 espio999/f32c8296e8287eb9d957855afea97f40 to your computer and use it in GitHub Desktop.
Save espio999/f32c8296e8287eb9d957855afea97f40 to your computer and use it in GitHub Desktop.
42 SILICON VALLEY Piscine 2017 Day00 Exercise 10
find . \(-path "*~" -a -name "#*" -o -name "*#"\) -print -delete
find . \(-name "*~" -o -name "#*" -o -name "*#"\) -print -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment