ChinaUnix.net
相关文章推荐:

unzip解压

[root@www tmp]# unzip ezlamysql.zip unzip: cannot find or open ezlamysql.zip, ezlamysql.zip.zip or ezlamysql.zip.ZIP. [root@www tmp]# du -h ezlamysql.zip 3.1G ezlamysql.zip [root@www tmp]# cd .. [root@www www]# tar -xf ezla.mysql.tar tar: 它似乎不像是一个 tar 归档文件 tar: 跳转到下一个头 tar: Archive contains obsolescent base-64 headers [root@www www]# du -h ezla.mysql.tar 1.5G ezla.my...

by flowingtree - Shell - 2008-06-24 10:14:59 阅读(6375) 回复(5)

相关讨论

我在Windows下压缩了一个Winzip文件。压缩包内容:一.jpg 二.jpg 三.jpg.. 在linux中用unzip 解压缩后,出现的是--.jpg -?.jpg -?+?--.jpg 这种文件。而且无法删除。但是单独上传,那些jpg文件就正常显示中文。 同样的用如果文件名是英文的或者数字的就不会出现解压缩后文件名不一致问题。 这是怎么回事? 是不是unzip算法不支持中文的文件名?

by 9命怪猫 - Linux论坛 - 2003-03-17 12:44:28 阅读(825) 回复(1)
by 七月飞雪 - BSD - 2006-04-22 23:03:33 阅读(1299) 回复(6)

unzip解压出来的都是些乱码文件名! 我复制了个windows下的zip文件(英文名的)到freebsd6.2里。 unzip了一下,里面的中文文件名都无法正常显示。 文件本身的内容,包括中文内容都正常。 就是文件名,文件夹名显示出为乱码! (还好不是显示出一堆????) -------------------------------------------------------------------------------------------- 另外我的xterm里能凑合着显示中文,但貌似不能输入中文。。。是要另装个什么te...

by fros - BSD - 2007-08-14 14:02:26 阅读(3561) 回复(3)

unzip mail-200-didi.zip 出现下面错误 End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. [ 本帖最后由 angling2005 于 2006-3-29 20:41 编辑 ]

by angling2005 - 系统管理 - 2006-03-30 14:51:22 阅读(1109) 回复(2)

什么我下载得unzip软件,在hpux用gunzip解压总是crc错误,在线等

by mayupeng - HP-UX - 2004-10-14 14:16:13 阅读(1345) 回复(0)

三种方法 1. #find . -name '*.zip' -exec unzip {} \; 2. #ls *.zip | xargs -n1 unzip 3. #for i in * >;do >;unzip $i >;done 另外:问一下第二个方法的具体意思.xargs和-n1

by vovi - Solaris - 2012-11-12 17:16:56 阅读(11545) 回复(12)

解压了下载来的.tar.z 文件后运行unzip出错,说内存出错.

by dong_jh - AIX - 2004-06-26 12:59:51 阅读(1686) 回复(4)

上传unzip_aix.Z 到 /usr/bin下 解压缩: #uncompress unzip_aix.Z #ls unzip_aix unzip_aix #chmod 751 unzip_aix #pwd /usr/bin 改名: #mv unzip_aix unzip 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/54041/showart_1721788.html

by itlinux - AIX文档中心 - 2008-12-15 13:58:11 阅读(2825) 回复(0)

各位朋友,我把服务器新装了aix5.3的系统,里面没有unzip,我想安装一个,急需一个unzip安装的介质,哪位知道哪有尽快告诉我,在这里万分感谢!!!

by i_liucong - AIX - 2008-11-14 13:25:48 阅读(2298) 回复(4)

我按装ok以后,还是不能使用gunzip的命令,听说要链接到bin的目录下,我查找了一下,安装以后unzip是在这个目录下/usr/local/bin/unzip。我要链接到哪里去才能够使用。或者那位同志能帮帮我能使用上unzip就行了。

by rockyii - AIX - 2003-08-20 01:44:14 阅读(2057) 回复(6)