Skip to content

Instantly share code, notes, and snippets.

@robertlyall
Created September 24, 2014 16:30
Show Gist options
  • Save robertlyall/cb90d2efce71423eb3b3 to your computer and use it in GitHub Desktop.
Save robertlyall/cb90d2efce71423eb3b3 to your computer and use it in GitHub Desktop.
gzip size printer
gzs () {
gzip -c $1 | wc -c
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment