Which command displays the file without the empty lines?

You have a text file that contains empty lines.
Using grep and regular expressions, which command displays the file without the empty lines?
A. grep [/] file
B. grep -v#S file
C. grep ^$ file
D. grep -v ^$ file

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.