Which grep command will print only the lines that do not end with a / in the file foo?

Which grep command will print only the lines that do not end with a / in the file foo?
A. grep ‘/$’ foo
B. grep ‘/#’ foo
C. grep -v ‘/$’ foo
D. grep -v ‘/#’ foo

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.