Skip to content

Instantly share code, notes, and snippets.

@AlbertSuarez
Last active October 5, 2020 10:52
Show Gist options
  • Save AlbertSuarez/ff52dcd450990badc5c306047910fd38 to your computer and use it in GitHub Desktop.
Save AlbertSuarez/ff52dcd450990badc5c306047910fd38 to your computer and use it in GitHub Desktop.
rm_large_directory_efficiently.sh
#!/usr/bin/env bash
mkdir empty_dir
rsync -a --delete empty_dir/ yourdirectory/ # Trailing slashes are mandatory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment