会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
whiteprism
博客园
首页
新随笔
联系
订阅
管理
2017年3月22日
linux 下find---xargs以及find--- -exec结合使用
摘要: 例:删除/home/raven下,包括子目录里所有名为abc.txt的文件: find /home/raven -name abc.txt | xargs rm -rf 如果不使用xargs,则为: find /home/raven -name abc.txt -exec rm -fv {} \;
阅读全文
posted @ 2017-03-22 14:02 whiteprism
阅读(19302)
评论(0)
推荐(0)
编辑
公告