- 论坛徽章:
- 0
|
我下载了apache
解压如下:
# cd /usr/local/src
# ls
httpd-2.0.44.tar.gz
# gzip -d -c httpd-2.0.44.tar.gz | tar -xvf
tar: usage tar [-]{txruc}[eONvVwAfblhm{op}][0-7[lmh]] [tapefile] [blocksize] fi
le1 file2...
# gzip -d -c httpd-2.0.44.tar.gz | tar - xvf
tar: usage tar [-]{txruc}[eONvVwAfblhm{op}][0-7[lmh]] [tapefile] [blocksize] fi
le1 file2...
# gzip -d -c httpd-2.0.44.tar.gz | tar xvf -
x httpd-2.0.44/os/os2/os.h, 3265 bytes, 7 tape blocks
x httpd-2.0.44/os/os2/core.mk, 358 bytes, 1 tape blocks
x httpd-2.0.44/os/os2/config.m4, 65 bytes, 1 tape blocks
x httpd-2.0.44/os/os2/Makefile.in, 99 bytes, 1 tape blocks
x httpd-2.0.44/os/os2/core_header.def, 291 bytes, 1 tape blocks
x httpd-2.0.44/os/os2/util_os2.c, 3383 bytes, 7 tape blocks
x httpd-2.0.44/os/tpf/os.c, 5562 bytes, 11 tape blocks
x httpd-2.0.44/os/tpf/os.h, 4613 bytes, 10 tape blocks
x httpd-2.0.44/os/tpf/samples/linkdll.jcl, 4676 bytes, 10 tape blocks
x httpd-2.0.44/os/tpf/samples/loadset.jcl, 2267 bytes, 5 tape blocks
x httpd-2.0.44/os/tpf/ebcdic.c, 12025 bytes, 24 tape blocks
x httpd-2.0.44/os/tpf/ebcdic.h, 3162 bytes, 7 tape blocks
x httpd-2.0.44/os/tpf/TPFExport, 259 bytes, 1 tape blocks
x httpd-2.0.44/os/beos/os.c, 3481 bytes, 7 tape blocks
x httpd-2.0.44/os/beos/os.h, 3044 bytes, 6 tape blocks
x httpd-2.0.44/os/beos/config.m4, 62 bytes, 1 tape blocks
x httpd-2.0.44/os/beos/Makefile.in, 101 bytes, 1 tape blocks
x httpd-2.0.44/os/beos/beosd.c, 7384 bytes, 15 tape blocks
x httpd-2.0.44/os/beos/beosd.h, 4150 bytes, 9 tape blocks
x httpd-2.0.44/os/unix/os.h, 2989 bytes, 6 tape blocks
x httpd-2.0.44/os/unix/config.m4, 160 bytes, 1 tape blocks
x httpd-2.0.44/os/unix/Makefile.in, 96 bytes, 1 tape blocks
x httpd-2.0.44/os/unix/unixd.c, 18408 bytes, 36 tape blocks
x httpd-2.0.44/os/unix/unixd.h, 5304 bytes, 11 tape blocks
x httpd-2.0.44/os/win32/os.h, 6022 bytes, 12 tape blocks
x httpd-2.0.44/os/win32/BaseAddr.ref, 2627 bytes, 6 tape blocks
x httpd-2.0.44/os/win32/ap_regkey.c, 22600 bytes, 45 tape blocks
x httpd-2.0.44/os/win32/util_win32.c, 7696 bytes, 16 tape blocks
directory checksum error
这算不算已经解压成功? |
|