Skip to content

Instantly share code, notes, and snippets.

@dknr
Created March 21, 2017 17:10
Show Gist options
  • Select an option

  • Save dknr/cd24ec42111963731f4c7d1a31f0ed17 to your computer and use it in GitHub Desktop.

Select an option

Save dknr/cd24ec42111963731f4c7d1a31f0ed17 to your computer and use it in GitHub Desktop.
#!/bin/bash
find . -type f -mtime +60 -execdir rm -f -- {} +
find . -type d -empty -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment