Hi ppl
So i have a commando that goes like this
I have an exercise where i have to ge the same result using "grep -v" and im a big noob when it comes to regular expression in unix, so can you guys help me understand?
Thnx in advance :)
So i have a commando that goes like this
Code:
grep '^[^aeiouy]*$' file.txt
Thnx in advance :)