我想使用 bash 命令执行以下任务:
找到/etc其中包含字符串“10.17.1”或“130.236.189”的所有文件,并将文件名输出到另一个文件。
/etc
我正在尝试使用egrep.
egrep
command-line bash
bash ×1
command-line ×1