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
1 answer
e) Grep '^$' f.txt