Linux下Find与cp、rm结合的应用 不指定

root , 2007/09/22 15:00 , Linux , 评论(0) , 阅读(9963) , Via 本站原创 | |
引用

一、find and cp
find /home -name '*.conf'|xargs -I {} cp -r {} /home/conf/

引用

二、find and rm
find /home -name 'test-file-*' | xargs rm -rf
Tags:
发表评论

昵称

网址

电邮

打开HTML 打开UBB 打开表情 隐藏 记住我 [登入] [注册]