Skip to content

Instantly share code, notes, and snippets.

@nikolazic
Created December 13, 2013 23:21
Show Gist options
  • Save nikolazic/7953290 to your computer and use it in GitHub Desktop.
Save nikolazic/7953290 to your computer and use it in GitHub Desktop.
Fast file delete in Lilnux
mkdir empty
rsync -a --delete empty/ dir-to-delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment