2022年11月26日
摘要: grep 天生支持正则,可以直接使用正则 grep -rn '\w+' ./* -r 递归查询 -n 显示查询文件行号 足以。 阅读全文
posted @ 2022-11-26 21:01 黑熊一只 阅读(97) 评论(0) 推荐(0)