Skip to content

Instantly share code, notes, and snippets.

@duydo
Created May 5, 2012 14:57
Show Gist options
  • Save duydo/2603084 to your computer and use it in GitHub Desktop.
Save duydo/2603084 to your computer and use it in GitHub Desktop.
avoid tar's arguments list too long error
find . -name '*.ext' -print | tar -cvzf archive.tar.gz --files-from -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment