Vidyalelo
Computer Science · Q342

Linux

Engineering and GATE · Computer Science · question 342

Q342

How can you search for blank line in a file?

A.
$ grep " " file
B.
grep "^" file
Answer
C.
$ grep [" "] file
D.
grep [^] file

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board