Skip to content

Instantly share code, notes, and snippets.

@linxuedong
Created July 23, 2018 05:18
Show Gist options
  • Save linxuedong/eabd6ce6bf04fcc8e008abdabd67cc8f to your computer and use it in GitHub Desktop.
Save linxuedong/eabd6ce6bf04fcc8e008abdabd67cc8f to your computer and use it in GitHub Desktop.
压缩文件 #shell

压缩文件

gzip filename

# eg
gzip test.sql

解压文件

gzip -d test.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment