Created
April 12, 2018 23:24
-
-
Save dcragusa/47c117cbe17ffc23bade907a3ac634de to your computer and use it in GitHub Desktop.
Delete MANY files in a directory
This file contains 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
screen ionice -c3 rm -rv dir_to_delete/ | pv -l > /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment