Skip to content

Instantly share code, notes, and snippets.

@delputnam
Last active December 15, 2022 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save delputnam/8213bbe304b9ffbdcfc28f5d6b083e8c to your computer and use it in GitHub Desktop.
Save delputnam/8213bbe304b9ffbdcfc28f5d6b083e8c to your computer and use it in GitHub Desktop.
Remove all unison .tmp files
find . -name "*.unison.tmp" -delete
@anlek
Copy link

anlek commented Aug 25, 2020

Why the double find?

@delputnam
Copy link
Author

Why the double find?

Oops...typo. Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment