Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bigntallmike/ab977f7a7a516def6090d1cd4fe4ccbb to your computer and use it in GitHub Desktop.
Save bigntallmike/ab977f7a7a516def6090d1cd4fe4ccbb to your computer and use it in GitHub Desktop.
Removing old recycling from samba
find /home -type d -name ".recycle.*" -exec tmpwatch -m 30d "{}" ";"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment