Linux find/grep命令
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
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