中华考试网·阅读新闻
操作系统 > Unix > 文章内容

UNIX大全:基本命令-find文件查找

2016-2-19编辑:ljnbset
UNIX大全:基本命令-find 文件查找  
命令格式: find dir -name filename command
例子:
find . -name hello -print 寻找目前目录及所有的子目录内叫
hello的文档.
find . -ctime +7 -print 找出七天内未被更动的文档
find . -size +2000m -print 找出大小超过2000 bytes的文档
find /tmp -user b1234567 -print 在/tmp下属於b1234567的文档
find . -name '*.c' -exec rm {} 删除所有的.c档
find . -name test\* -print 显示当前目录及其子目录文件名前4
位为test的文件名

UNIX大全:基本命令-mv文件移动
咨询热线:4000-525-585(免长途费)