Skip to content

Instantly share code, notes, and snippets.

@gfrison
Created May 15, 2012 13:36
Show Gist options
  • Save gfrison/2701839 to your computer and use it in GitHub Desktop.
Save gfrison/2701839 to your computer and use it in GitHub Desktop.
pack files containing specific text
grep ‘text-2-search’ * | cut -f1 -d':' | xargs tar -zcvf pack.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment