tar.bz2ファイルを解凍して展開するには


無料Linux入門マニュアル無料ダウンロード

今だけ2,200円のLinux入門PDFマニュアルが【数量限定】で無料ダウンロードできます。
Linux入門マニュアル無料ダウンロードはこちらをクリック

tarコマンドでまとめたアーカイブファイルをBZIP2形式で圧縮してあるtar.bz2ファイルを解凍して展開するには、tarコマンドにjオプションを付けて実行します。


tar.bz2ファイルを解凍して展開するには

[pakira@Dolphin pakira]$ ls -l httpd-2.0.63.tar.bz2
-rw-r--r-- 1 pakira pakira 4587670 Jan 17 2008 httpd-2.0.63.tar.bz2
[pakira@Dolphin pakira]$ tar jxvf httpd-2.0.63.tar.bz2 ←tarコマンドにjオプションを付けて実行します。
httpd-2.0.63/
httpd-2.0.63/.deps
httpd-2.0.63/.gdbinit
httpd-2.0.63/ABOUT_APACHE
httpd-2.0.63/acconfig.h
httpd-2.0.63/acinclude.m4
httpd-2.0.63/Apache.dsp
httpd-2.0.63/Apache.dsw
httpd-2.0.63/apachenw.mcp.zip
httpd-2.0.63/build/
httpd-2.0.63/build/apr_common.m4
httpd-2.0.63/build/binbuild.sh
httpd-2.0.63/build/bsd_makefile
httpd-2.0.63/build/build-modules-c.awk
httpd-2.0.63/build/buildinfo.sh
httpd-2.0.63/build/config-stubs

〜中略〜

httpd-2.0.63/support/win32/sstop.bmp
httpd-2.0.63/support/win32/wintty.c
httpd-2.0.63/support/win32/wintty.dsp
httpd-2.0.63/test/
httpd-2.0.63/test/.indent.pro
httpd-2.0.63/test/check_chunked
httpd-2.0.63/test/cls.c
httpd-2.0.63/test/Makefile.in
httpd-2.0.63/test/README
httpd-2.0.63/test/tcpdumpscii.txt
httpd-2.0.63/test/test-writev.c
httpd-2.0.63/test/test_find.c
httpd-2.0.63/test/test_limits.c
httpd-2.0.63/test/test_parser.c
httpd-2.0.63/test/test_select.c
httpd-2.0.63/test/time-sem.c
httpd-2.0.63/test/zb.c
httpd-2.0.63/VERSIONING


無料Linux入門マニュアル無料ダウンロード

今だけ2,200円のLinux入門PDFマニュアルが【数量限定】で無料ダウンロードできます。
Linux入門マニュアル無料ダウンロードはこちらをクリック


<<関連記事>>
・tarコマンドで作成したアーカイブの内容を表示する
・Linuxでファイルコンテンツの検索をする
・BZIP2形式でファイルを圧縮・解凍するには
・GZIP形式の圧縮ファイルを解凍する
・ファイルをGZIP形式で圧縮する

Linux入門マニュアル無料ダウンロード