Skip to content

Instantly share code, notes, and snippets.

@miyamae
Created November 27, 2014 17:52
Show Gist options
  • Save miyamae/f8382a65cdbf2e683fdd to your computer and use it in GitHub Desktop.
Save miyamae/f8382a65cdbf2e683fdd to your computer and use it in GitHub Desktop.
大量のファイルを夜中にひっそり消すcrontab
0 3 * * * if [ -e /tmp/flushed_cache.* ]; then ionice -c 2 -n 7 nice -n 19 rm -rf /tmp/flushed_cache.*; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment