Skip to content

Instantly share code, notes, and snippets.

@szydan
Created May 19, 2024 23:11
Show Gist options
  • Save szydan/9433821ec855d055a0460557e87edb9b to your computer and use it in GitHub Desktop.
Save szydan/9433821ec855d055a0460557e87edb9b to your computer and use it in GitHub Desktop.
When copying large number of small files
better
zip -0r A.zip A
copy A.zip ...
unzip A.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment