首页 > 系统 > Linux > 正文

Linux find/grep命令

2024-06-28 13:20:04
字体:
来源:转载
供稿:网友
linux find/grep命令

一、Find

find . -name "*.h~" -exec rm '{}' /;

参考:http://blog.jobbole.com/48931/

二、Grep

grep get_default_error_string * -rFn --binary-files=without-match

上一篇:ArchLinux

下一篇:Linux addr2line命令

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表