查找/etc下文件内容中以shell开头或以shell结尾,且与shell大小写无关的文件及其相应行(不包括错误信息和父目录),以下命令正确的是()。 A: grep–s-I- B: “^shell|shell$”/etc/* C: grep–s- D: “^shell|shell$”/etc/* E: grep–s-i“^shell|shell$”/etc/* F: grep-I- G: “^shell|shell$”/etc/*
查找/etc下文件内容中以shell开头或以shell结尾,且与shell大小写无关的文件及其相应行(不包括错误信息和父目录),以下命令正确的是()。 A: grep–s-I- B: “^shell|shell$”/etc/* C: grep–s- D: “^shell|shell$”/etc/* E: grep–s-i“^shell|shell$”/etc/* F: grep-I- G: “^shell|shell$”/etc/*
要查看 httpd 服务进程的信息,可以使用命令?( ) A: ps<br/>aux|grep httpd B: ps<br/>-ef|grep httpd C: lsof<br/>-i:80 D: jobs<br/>| grep httpd
要查看 httpd 服务进程的信息,可以使用命令?( ) A: ps<br/>aux|grep httpd B: ps<br/>-ef|grep httpd C: lsof<br/>-i:80 D: jobs<br/>| grep httpd
使用grep命令进行内容查找,使用-i选项的含义是?
使用grep命令进行内容查找,使用-i选项的含义是?
grep命令的常用参数选项如下。-i:对匹配模式()大小写。
grep命令的常用参数选项如下。-i:对匹配模式()大小写。
关于grep命令,说法正确的有()。 A: grep命令可以实现在指定的文件中查找某个特定的字符串 B: 利用grep命令进行的查找是区分大小写的 C: 要使grep的查找不区分大小写,可以加上-i选项 D: 命令grep abc a.txt表示在a.txt中查找含有字符串abc的行
关于grep命令,说法正确的有()。 A: grep命令可以实现在指定的文件中查找某个特定的字符串 B: 利用grep命令进行的查找是区分大小写的 C: 要使grep的查找不区分大小写,可以加上-i选项 D: 命令grep abc a.txt表示在a.txt中查找含有字符串abc的行
( )命令能用来查找在文件TESTFILE中包含4个字符的行。 A: grep '???? ' TESTFILE B: grep '…. ' TESTFILE C: grep '^????$' TESTFILE D: grep '^….$ ' TESTFILE
( )命令能用来查找在文件TESTFILE中包含4个字符的行。 A: grep '???? ' TESTFILE B: grep '…. ' TESTFILE C: grep '^????$' TESTFILE D: grep '^….$ ' TESTFILE
Linux下,如何查看一个端口被什么进程占用? A: netstat-an|grep端口号 B: netstat-tnlp|grep端口号 C: iostat-an|grep端口号 D: iostat-dxt|grep端口号
Linux下,如何查看一个端口被什么进程占用? A: netstat-an|grep端口号 B: netstat-tnlp|grep端口号 C: iostat-an|grep端口号 D: iostat-dxt|grep端口号
检查httpd服务运行状态的命令是() A: ss -a|grep http B: ss -nutao|grep httpd C: ss -nutap|grep http D: ss -nutap|grep httpd
检查httpd服务运行状态的命令是() A: ss -a|grep http B: ss -nutao|grep httpd C: ss -nutap|grep http D: ss -nutap|grep httpd
Linux系统中,哪一条命令可以用来查找文件testfile中只包含四个字符的行 A: grep '????' testfiel B: grep '....' testfile C: grep '^????$' testfile D: grep '^....$' testfile
Linux系统中,哪一条命令可以用来查找文件testfile中只包含四个字符的行 A: grep '????' testfiel B: grep '....' testfile C: grep '^????$' testfile D: grep '^....$' testfile
关于grep命令,下列用法正确的是()。 A: grepLinuxfile B: grepLinuxOSfile C: grep‘Linux’file D: grep“LinuxOS”file
关于grep命令,下列用法正确的是()。 A: grepLinuxfile B: grepLinuxOSfile C: grep‘Linux’file D: grep“LinuxOS”file