2009. 10. 30. 15:41 Unix/Shell
unzip으로 특정 파일 추출하기.
bash-2.03# unzip -l 142397-01.zip
Archive: 142397-01.zip
Length Date Time Name
------ ---- ---- ----
0 10-23-09 00:09 142397-01/
76 07-21-09 07:13 142397-01/.diPatch
214 07-21-09 07:13 142397-01/patchinfo
2664 10-23-09 00:09 142397-01/README.142397-01
0 07-21-09 07:57 142397-01/SUNWlibsasl/
0 07-21-09 07:57 142397-01/SUNWlibsasl/reloc/
0 07-21-09 07:57 142397-01/SUNWlibsasl/reloc/usr/
0 07-21-09 07:57 142397-01/SUNWlibsasl/reloc/usr/lib/
0 07-21-09 07:57 142397-01/SUNWlibsasl/reloc/usr/lib/sparcv9/
129680 07-21-09 07:41 142397-01/SUNWlibsasl/reloc/usr/lib/sparcv9/libsasl.so.1
113152 07-21-09 07:41 142397-01/SUNWlibsasl/reloc/usr/lib/libsasl.so.1
560 07-21-09 07:57 142397-01/SUNWlibsasl/pkginfo
627 07-21-09 07:57 142397-01/SUNWlibsasl/pkgmap
0 07-21-09 07:57 142397-01/SUNWlibsasl/install/
565 07-21-09 07:13 142397-01/SUNWlibsasl/install/patch_preinstall
12100 07-21-09 07:13 142397-01/SUNWlibsasl/install/postinstall
4300 07-21-09 07:13 142397-01/SUNWlibsasl/install/patch_postinstall
8023 07-21-09 07:13 142397-01/SUNWlibsasl/install/preinstall
2044 07-21-09 07:13 142397-01/SUNWlibsasl/install/patch_checkinstall
4104 07-21-09 07:13 142397-01/SUNWlibsasl/install/u.none
7102 07-21-09 07:13 142397-01/SUNWlibsasl/install/i.none
3426 07-21-09 07:13 142397-01/SUNWlibsasl/install/copyright
6488 07-21-09 07:13 142397-01/SUNWlibsasl/install/checkinstall
18488 06-03-09 04:12 142397-01/LEGAL_LICENSE.TXT
------ -------
313613 24 files
* 파일 추출
bash-2.03# unzip 142397-01.zip 142397-01/README.142397-01
Archive: 142397-01.zip
inflating: 142397-01/README.142397-01
bash-2.03#