要从某个文件中找到含有ls字样的行,应该如何操作?
要从某个文件中找到含有ls字样的行,应该如何操作?
A.find/-namels
B.grep"ls"/etc/passwd
C.grep/-name"ls"
D.whereisls
正确答案:grep"ls"/etc/passwd
Tag:Linux网络操作系统 字样 操作
时间:2022-01-17 21:20:15