使用示例1:grep 'hello' aaa.txt
使用示例2:sed '/1/p' aaa.txt
--------------------------------------------------------
使用示例2:grep -w 'hello' aaa.txt