ChinaUnix.net
相关文章推荐:

cant find zipfile directory

for example, find FMODE_READ in a head file in the linux kernel source tree. to speed searching, only search "include" directory. and there are some "include" directory in /usr/src/linux-2xx/.

by flightbird - Linux论坛 - 2003-11-05 14:58:21 阅读(461) 回复(0)

相关讨论

不可能是刻录机的问题 版本问题?

by showlife - Solaris - 2005-09-06 17:05:53 阅读(981) 回复(1)

python模块之zipfile 这篇文章是从我的另一个blog转过来的: http://hi.baidu.com/python23/ zipfile是python里用来做zip格式编码的压缩和解压缩的,由于是很常见的zip格式,所以这个模块使用频率也是比较高的,在这里对zipfile的使用方法做一些记录。即方便自己也方便别人。 zipfile里有两个非常重要的class, 分别是zipfile和ZipInfo, 在绝大多数的情况下,我们只需要使用这两个class就可以了。zipfile是主要的类...

by lvxinzhi - Python文档中心 - 2007-08-09 12:40:02 阅读(1007) 回复(0)

find里,用exec,调ll, 报No such file or directory,怎么办? find . -size 2 -exec ll {} \; find: ll: No such file or directory find: ll: No such file or directory find: ll: No such file or directory find: ll: No such file or directory find: ll: No such file or directory find: ll: No such file or directory find: ll: No such file or directory find: ll: No such file or directory 用ls --col...

by bloggs - 系统管理 - 2006-07-26 14:15:35 阅读(1513) 回复(4)

zipfile压缩中文文件夹的时候总是不行,, 在zipfile里面filename变量后都加上encode('utf-8')后压缩的时候到是不报错误了? 但是无法解压缩。。。。郁闷, 似乎是zipfile 就不支持unicode? 去google了,发现确实有这个问题, 有人提到了参考winzip对中文文件名的曲解, winzip是怎么处理那个的?有人知道吗 这个问题我曾经在水木上问过,可没人回。看这个人气不错, 再问一下。

by 星尘细雨 - Python - 2005-12-15 15:13:31 阅读(4150) 回复(3)

telnet localhost 25 is ok telnet ip 25 connection refused firewall is closed(iptables -F) netstat -an ,can see port 25 of 127.0.0.1 is listening who can tell me why?

by buaaytt - Linux论坛 - 2003-04-21 21:16:04 阅读(509) 回复(0)

find ./ -mtime +10 -name "db1-bin.*" find ./ -mtime +10 | xargs tar czvf `date +\%Y\%m\%d.tar.gz` 查看man find 由于f i n d具有强大的功能,所以它的选项也很多,其中大部分选项都值得我们花时间来了解一下。即使系统中含有网络文件系统( N F S ),f i n d命令在该文件系统中同样有效,只你具有相应的权限。 在运行一个非常消耗资源的f i n d命令时,很多人都倾向于把它放在后台执行,因为遍历一个大的文件系统...

by rhinux - BSD文档中心 - 2006-09-26 18:36:59 阅读(915) 回复(0)

find . / -name "*" -exec grep Hard {} \; 可以完成的任务是? 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17418/showart_99403.html

by fat_cat - Solaris文档中心 - 2006-04-13 17:02:27 阅读(861) 回复(0)

#find ./ -prune -type f 查找当前目录下的所有常规文件。 可是结果是这样一个文件也找不到,有问题吗???? #find . -prune -type d 查找当前目录下的所有目录 迷惑了,find也搞不定。。。 prune到底是什么意思????

by aigo_H - Solaris - 2004-11-12 19:29:08 阅读(920) 回复(5)

#find ./ -prune -type f 查找当前目录下的所有常规文件。 可是结果是这样一个文件也找不到,有问题吗???? #find . -prune -type d 查找当前目录下的所有目录 迷惑了,find也搞不定。。。 prune到底是什么意思????

by aigo_H - Solaris - 2004-11-12 16:30:19 阅读(706) 回复(0)