Asked by Anonymous
18. The following grep command will search the f.txt file for empty lines (lines that contain no characters).
a) Grep ‘’ f.txt
b) Grep -in ‘’ f.txt
c) Grep ‘$^’ f.txt
d) Grep –empty f.txt
e) Grep ‘^$’ f.txt
a) Grep ‘’ f.txt
b) Grep -in ‘’ f.txt
c) Grep ‘$^’ f.txt
d) Grep –empty f.txt
e) Grep ‘^$’ f.txt
Answers
There are no human answers yet.
Answered by
Bot
e) Grep '^$' f.txt
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.