ChinaUnix.net
相关文章推荐:

find file by name

错误号 110216 2:46:20 [ERROR] Got fatal error 1236: 'Could not find first log file name in binary log index file' from master when reading data from binary log 登陆日至警告 mysqld started 110216 2:59:12 [Warning] The syntax for replication startup options is deprecated and will be removed in MySQL 5.2. Please use 'CHANGE MASTER' instead. 原因: 主库整理磁盘空间去掉某些bin log 解决导入完成之...

by liyihongcug - MySQL - 2011-03-09 17:22:28 阅读(2848) 回复(2)

相关讨论

前提是在当前目录下已经有了file这个文件了,并且可以对这个文件有读写执行权限,为什么执行就不能删除file呢?谢谢

by 飞翔97 - Solaris - 2009-04-15 12:28:19 阅读(1926) 回复(6)

如标题所示,因为我要在windows平台上用这个模块。我看了file::Find的说明书,可是没找到:(

by qiyanse - Perl - 2009-10-26 18:06:11 阅读(1506) 回复(2)

find . -name ''---想找以什么字母bbs开头的文件是这个: '^bbs' 参数吗?怎么执行起来没反应出来 想找以什么字母bbs结尾的文件是这个: 'bbs$' 参数吗?怎么执行起来没反应出来 find . -type f -name "*.d" -exec ls -lt {} \; 查找目录下以.d结尾的文件 但是不显示出来

by 版主杀手 - Shell - 2010-11-10 11:51:06 阅读(1380) 回复(3)

#find / -name passwd /root/.vnc/passwd /usr/bin/passwd /usr/share/doc/nss_ldap-253/pam.d/passwd /etc/pam.d/passwd /etc/passwd 第一次运行#find / -name passwd,搜索时间较长,第二次很短暂,即可得到搜索结果,请问什么?

by china_shentong - Linux新手园地 - 2010-05-18 13:05:12 阅读(2231) 回复(13)

find / -name '*.txt' 我加没有但引号和没有加单引号搜索出来的结果相差很大 请问这个''有什么作用吗?

by St.小糊涂神 - Shell - 2009-03-29 02:23:31 阅读(4044) 回复(14)

[root@localhost etc]# vi proftpd.conf //会出现: E325: ATTENTION Found a swap file by the name ".proftpd.conf.swp" owned by: root dated: Tue Nov 10 17:42:38 2009 file name: /etc/proftpd/etc/proftpd.conf modified: no user name: root host name: localhost process ID: 11195 While opening file "proftpd.conf" dated: Tue Nov 10 18:32:16 2009...

by dcdong - Linux文档专区 - 2009-11-10 18:56:02 阅读(1212) 回复(0)

Hi, every one, last week, I got an interview, an question I don't know how to answer:( : In a unix directory you have 250 files all beginning with Test. You need to change the first letter of every file to be in small letters, ie test. What would you do? Provide a code sample if you claim to use code. I tried many times. But it doesn't work. So, please give me an idea. Thanks:lol: [ 本帖最后由 p...

by peter333 - Linux系统管理 - 2007-02-04 23:32:21 阅读(1961) 回复(4)

import os localDir = os.path.dirname(__file__) 在一个自定义的模块中,thanks.

by wash - Python - 2006-01-12 15:20:43 阅读(13029) 回复(4)

can't find server name for address 10.0.0.1 : non-existent domain default server are not available default server :unknown address: 10.0.0.1 这个问题我在Unix下能解决 编辑/etc/resolv.conf 但是我在windows xp安装的BIND 编辑这个文件没有用 怎么办?????

by 北京二胖 - 服务器应用 - 2007-07-19 10:34:04 阅读(2958) 回复(4)