Post

tar.gz 압축 해제 command

tar.gz 압축

1
tar czf name_of_archive_file.tar.gz name_of_directory_to_tar
  • c — create an archive file (as opposed to extract, which is x)
  • f — filename of the archive file
  • z — filter archive through gzip (remove this option to create a .tar file)

tar.gz 압축 해제

1
tar -xvzf name_of_unzip_file.tar.gz
This post is licensed under CC BY 4.0 by the author.

© Subin Cho. Some rights reserved.

Using the Chirpy theme for Jekyll.