Created
October 16, 2019 06:58
-
-
Save nuada/e3532ecab5d5b66ac512e569da968898 to your computer and use it in GitHub Desktop.
Split and compress gzipped tabular files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zcat very-large.gff3.gz | awk '{ print $0 | "gzip > split." $1 ".gff3.gz"; }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment