Created
November 27, 2014 17:52
-
-
Save miyamae/f8382a65cdbf2e683fdd to your computer and use it in GitHub Desktop.
大量のファイルを夜中にひっそり消すcrontab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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