test.txt文件中内容为 第一行 第二行 我想找出 包含了 ted2="aaa_aa" 与 ccccc="true" 的行 该怎么写
收起
more test.txt | grep -n ted2="aaa_aa" || ccccc="true"
报告相同问题?