Computer Science, asked by trishanthsurla, 2 months ago

Which of the following is not a correct command

grep -e "hello" -e "is" F1

grep "hell*o" F1

grep "hell+o" F1

grep "hell[12]0" F1​

Answers

Answered by prerna7313
0

Answer:

grep "hell[12]0"F1 is not correct

Answered by diliplumiya
0

Answer:

grep "hello" -e "is " F1

Similar questions