List of questions
Related questions
Question 82 - 101-500 discussion
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
Your answer:
0 comments
Sorted by
Leave a comment first