免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
论坛 程序设计 Shell 请教rm
最近访问板块 发新帖
查看: 1449 | 回复: 5
打印 上一主题 下一主题

[文本处理] 请教rm [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2013-01-23 14:38 |只看该作者 |倒序浏览
find  -name  XXXX  -exec rm –rf {} \;
请教大神,在上面的命令中{} \:是干什么用的?

论坛徽章:
32
处女座
日期:2013-11-20 23:41:20双子座
日期:2014-06-11 17:20:43戌狗
日期:2014-06-16 11:05:00处女座
日期:2014-07-22 17:30:47狮子座
日期:2014-07-28 15:38:17金牛座
日期:2014-08-05 16:34:01亥猪
日期:2014-08-18 13:34:25白羊座
日期:2014-09-02 15:03:55金牛座
日期:2014-11-10 10:23:58处女座
日期:2014-12-02 09:17:52程序设计版块每日发帖之星
日期:2015-06-16 22:20:002015亚冠之塔什干火车头
日期:2015-06-20 23:28:22
2 [报告]
发表于 2013-01-23 14:46 |只看该作者
{}表示find命令查找到的内容。
\;表示命令的结束,就好比一句话最后需要一个标点符号断句一样。

论坛徽章:
7
数据库技术版块每日发帖之星
日期:2015-08-08 06:20:00数据库技术版块每日发帖之星
日期:2015-08-29 06:20:00数据库技术版块每日发帖之星
日期:2015-08-29 06:20:00数据库技术版块每日发帖之星
日期:2015-09-18 06:20:00数据库技术版块每周发帖之星
日期:2015-11-06 19:56:51数据库技术版块每日发帖之星
日期:2016-01-22 06:20:00数据库技术版块每日发帖之星
日期:2016-02-05 06:20:00
3 [报告]
发表于 2013-01-23 14:46 |只看该作者
-exec command ;
              Execute command; true if 0 status is returned.  All following arguments to find are
              taken to be arguments to the command until an argument consisting of ‘;’ is encoun-
              tered.  The string ‘{}’ is replaced by the current file name being processed every-
              where  it occurs in the arguments to the command, not just in arguments where it is
              alone, as in some versions of find.  Both of these constructions might need  to  be
              escaped  (with  a  ‘\’) or quoted to protect them from expansion by the shell.  See
              the EXAMPLES section for examples of the use of the ‘-exec’ option.  The  specified
              command is run once for each matched file.  The command is executed in the starting
              directory.   There are unavoidable security problems surrounding use of  the  -exec
              option; you should use the -execdir option instead.

论坛徽章:
0
4 [报告]
发表于 2013-01-23 14:51 |只看该作者
多谢回复 2# yestreenstars


   

论坛徽章:
0
5 [报告]
发表于 2013-01-23 14:52 |只看该作者
多谢回复 3# asdf2110


   

论坛徽章:
3
黄金圣斗士
日期:2015-12-01 13:27:34IT运维版块每日发帖之星
日期:2016-04-30 06:20:0015-16赛季CBA联赛之福建
日期:2018-08-10 14:38:43
6 [报告]
发表于 2013-01-23 16:15 |只看该作者
;结尾是固定格式吧,\作用是转义字符  ,我是这么理解的,我是来打瓶酱油
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP