Which grep command will print only the lines that do no… seenagape 8 years ago 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 ← Previous question Next question →