Wednesday, April 28

To use extended regular expressions in grep we need to __.

A. provide the -expr option
B. use a different tool as grep only supports basic regular expressions
C. pipe the output of grep into awk
D. use grep -E


No comments:

Post a Comment