單項選擇題Linux系統(tǒng)中,使用grep使用擴展正則表達(dá)式需要用()參數(shù)。

A.-E
B.-e
C.-O
D.-o


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題shell中,以下哪個命令能判斷普通文件file是否存在?()

A.if exist file
B.test [-f file ]
C.test [-z file ]
D.read file

4.單項選擇題在shell腳本中,下面哪種方法可以獲得字符串變量string的長度?()

A.#{$string}
B.${#string}
C.${$string}
D.#{#string}

5.單項選擇題在shell腳本中,good是已知變量,下面哪種方法不可以實現(xiàn)字符串的拼接賦值?()

A.txt="I am "$good"vegetable!"
B.txt="I am ${good}vegetable!"
C.txt=’I am ’$good’vegetable!’
D.txt=’I am ${good}vegetable!’