Y
Hacker News
new
|
ask
|
show
|
jobs
by
bear8642
1809 days ago
Know saying wrongish, but for multi-char-exclusion matching, can't you just do [^chars]?
So to search for words without any vowels just 'grep [^aeiou]'?