Skip to content

Instantly share code, notes, and snippets.

@onocom
Created November 10, 2015 00:55
Show Gist options
  • Save onocom/ef0ac8a3d61fcf32c780 to your computer and use it in GitHub Desktop.
Save onocom/ef0ac8a3d61fcf32c780 to your computer and use it in GitHub Desktop.
# hogehoge.tar.gzという名前でhogeフォルダを圧縮する
tar cvzf hogehoge.tar.gz hoge
# hogehoge.tar.gzを解凍する
tar vxzf hogehoge.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment