0
点赞
收藏
分享

微信扫一扫

Linux find exec 记录


find参数exec使用注意:

exec后跟command

终止时需要用 ; 来标识

对于不同系统需要用转义 \;

例子:

find ./ -name "hello_*.txt" -exec python test.py input output \;


举报

相关推荐

0 条评论