Skip to content

Instantly share code, notes, and snippets.

@mhou1981
Created November 27, 2020 00:29
Show Gist options
  • Save mhou1981/e9de62f61400aca1f069f6b1582c7e88 to your computer and use it in GitHub Desktop.
Save mhou1981/e9de62f61400aca1f069f6b1582c7e88 to your computer and use it in GitHub Desktop.
ls ./ | xargs -n1 -P10 -I% rsync -e 'ssh -q' -Pa % user@host:path/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment