ExamGecko
Question list
Search
Search

Question 82 - 101-500 discussion

Report
Export

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

A.
grep'/$' foo
Answers
A.
grep'/$' foo
B.
grep '/#' foo
Answers
B.
grep '/#' foo
C.
grep -v '/$' foo
Answers
C.
grep -v '/$' foo
D.
grep -v '/#' foo
Answers
D.
grep -v '/#' foo
Suggested answer: C
asked 18/09/2024
Juan Jose Montero Caletrio
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first