会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
imoon22
博客园
首页
新随笔
联系
订阅
管理
02 2020 档案
touch all files recursively under current directory
摘要:find . -exec touch {} \;
阅读全文
posted @
2020-02-28 16:38
imoon22
阅读(123)
评论(0)
推荐(0)
linux command - 在所有递归子文件夹中的py文件中,搜索包含指定字符串的文件
摘要:find . -type f -iname "*.py" -exec grep -Hi "LAD" '{}' +
阅读全文
posted @
2020-02-27 21:34
imoon22
阅读(292)
评论(0)
推荐(0)
公告