grep -n aaa a.yaml ,将文件出现aaa的行找出来 grep -v aaa a.yaml ,将文件没有出现aaa的行找出来 grep -r -n aaa ./ ,将当前文件夹下所有文件的aaa找出来