Skip to content

Instantly share code, notes, and snippets.

@kbradnam
Created April 23, 2014 02:18
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 kbradnam/11200807 to your computer and use it in GitHub Desktop.
Save kbradnam/11200807 to your computer and use it in GitHub Desktop.
Find large FASTQ files over 100 MB in size and zip them
find . -name "*.fastq" -size 100M -exec gzip {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment