Skip to content

Instantly share code, notes, and snippets.

@dcragusa
Created April 12, 2018 23:24
Show Gist options
  • Save dcragusa/47c117cbe17ffc23bade907a3ac634de to your computer and use it in GitHub Desktop.
Save dcragusa/47c117cbe17ffc23bade907a3ac634de to your computer and use it in GitHub Desktop.
Delete MANY files in a directory
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