LPI 101-400 Question Answer
Which grep command will print only the lines that do not end with a / in the file foo?
grep'/$' foo
grep '/#' foo
grep -v '/$' foo
grep -v '/#' foo
TESTED 06 Jul 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved