源码之家

  • 首页
  • 文章
  • 问答
  • 下载
您的位置: 首页  >  文章  >  ​find: missing argument to `-exec'

​find: missing argument to `-exec'

分类: 文章 • 2022-06-28 21:14:19

问题描述

[root@single shareplex_health_check]# find splex_check_log/ -name splex_check_log* -mtime +1 -exec rm -rf  {}\;
find: missing argument to `-exec'

 解决

需要在{}两端加空格。
[root@single shareplex_health_check]# find splex_check_log/ -name splex_check_log* -mtime +1 -exec rm -rf  {} \;

相关推荐

  • Uncaught SyntaxError: missing ) after argument list 解决办法
  • Uncaught SytaxError:missing)after argument list报错的解决
  • No match for argument: mysql56-community Error: Unable to find a match: mysql56-community解决方案
  • Cannot find argument 'Reset Handler' 和 Cannot find argument'_____vector'
  • Django在根据models生成数据库表时报 __init__() missing 1 required positional argument: 'on_delete'
  • Django在根据models生成数据库表时报 __init__() missing 1 required positional argument: 'on_delete'
  • python报错exec code in self.locals SyntaxError: Missing parentheses in call to 'exec'
  • Could not find platform dependent libraries exec_prefix
  • Ubuntu中Clion提示:cmake Could NOT find ZLIB (missing: ZLIB_LIBRARY)解决方案
  • 报错 could not find snappy missing :SNAPPY_LIBRARIES 解决方案
  • Linux基础命令:echo的使用
  • Android中怎么实现商城购物车功能
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 源码之家    备案号:   粤ICP备20058927号