Skip to content

Instantly share code, notes, and snippets.

@malcolmgreaves
Created July 27, 2023 17:34
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 malcolmgreaves/b6ab5278cfc10e78bf5925389dce8f22 to your computer and use it in GitHub Desktop.
Save malcolmgreaves/b6ab5278cfc10e78bf5925389dce8f22 to your computer and use it in GitHub Desktop.
Helpful unix shortcuts

Unix Program Shortcuts

Files

Need to transfer data locally or remote? Support efficient re-connect and dedupe? Want summary progress information?

rsync -a --info=progress2 --recursive [SOURCE] ... [DEST]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment