Skip to content

Instantly share code, notes, and snippets.

@jhrcook
Last active June 28, 2021 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhrcook/f63bec7bfeace0e0081820e155c7478a to your computer and use it in GitHub Desktop.
Save jhrcook/f63bec7bfeace0e0081820e155c7478a to your computer and use it in GitHub Desktop.
# An empty directory.
mkdir empty-dir
# A directory with files to delete.
mkdir bar
touch bar/someFile.txt
# Delete files in "bar/"
rsync -a --delete empty-dir/ bar/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment