shell command example

找出所有含有elaborate.*-lm 的*.tcl 文件
 
find -name "*.tcl" -exec egrep -e "elaborate.*-lm" "{}" \; -print

你可能感兴趣的:(Bash)