Created
November 10, 2015 00:55
-
-
Save onocom/ef0ac8a3d61fcf32c780 to your computer and use it in GitHub Desktop.
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
# 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