软讯网络 > 操作系统 > Linux > shell学习---find
【标 题】:shell学习---find
【关键字】:
shell,---find
【来 源】:http://www.cublog.cn/u/8709/showart.php?id=175124
shell学习---find
[root@1jjk liuqi]#find /var/log/ -name "[A-Z]*log" -print -user root -mtime +1 -group root -exec rm {} \;