info
영어 [ˈˈnfəʊ] 미국 [ˈˈnfoʊ]
n.information
리눅스 zipinfo 명령 통사론
기능: zipinfo 명령은 압축된 파일 정보를 나열하는 데 사용됩니다.
구문: zipinfo [-12hlmMstTvz][압축 파일][파일...][-x <템플릿 스타일>]
리눅스 zipinfo 명령 예
압축파일 정보 표시
[root@w3cschool.cc a]# zipinfo cp.zip Archive: cp.zip 486 bytes 4 files -rw-r--r-- 2.3 unx 0 bx stor 24-May-10 18:54 a.c -rw-r--r-- 2.3 unx 0 bx stor 24-May-10 18:54 b.c -rw-r--r-- 2.3 unx 0 bx stor 24-May-10 18:54 c.c -rw-r--r-- 2.3 unx 0 bx stor 24-May-10 18:54 e.c 4 files, 0 bytes uncompressed, 0 bytes compressed: 0.0% [root@w3cschool.cc a]#