Solved

You Have a Text File That Contains Empty Lines

Question 19

Multiple Choice

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 [\ ] file
C) grep -v ^$ file
D) grep -v #$ file

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions