{"id":2285,"date":"2015-06-03T16:53:00","date_gmt":"2015-06-03T16:53:00","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=2285"},"modified":"2015-06-03T16:53:00","modified_gmt":"2015-06-03T16:53:00","slug":"linux-command-to-open-gz-files","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2015\/06\/03\/linux-command-to-open-gz-files\/","title":{"rendered":"Linux command to open .gz files"},"content":{"rendered":"<p>How do I extract a gz file?<\/p>\n<p>Use gunzip command as follows:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# gunzip filename.gz\n\n<\/pre>\n<p>How do I extract a tar.gz file?<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# tar xvzf file.tar.gz\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>How do I extract a gz file? Use gunzip command as follows: # gunzip filename.gz How do I extract a tar.gz file? # tar xvzf file.tar.gz<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[46,113],"tags":[139],"class_list":["post-2285","post","type-post","status-publish","format-standard","hentry","category-gzip","category-tar","tag-linux"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2285","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=2285"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2285\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=2285"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=2285"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=2285"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}