码迷,mamicode.com
首页 > 其他好文 > 详细

find常用用法

时间:2020-05-28 01:11:59      阅读:94      评论:0      收藏:0      [点我收藏+]

标签:cpp   find   print   type   targe   tmp   class   code   统计   

1. 统计项目代码行数

find . "(" -name "*.cc" -or -name "*.cpp" -or -name "*.h" ")" -print | xargs wc -l

2. find & copy

find <target-dir> -type f -name "<file-pattern>" -exec cp {} /tmp \;

 

find常用用法

标签:cpp   find   print   type   targe   tmp   class   code   统计   

原文地址:https://www.cnblogs.com/anhongyu/p/12977570.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!