Hi,
I can't figure out how to do this.
I tried lots of things...
grep "*.x.*" | wc /usr/share/dict/words
--> 479829 479829 4953699 /usr/share/dict/words
grep "*x*" | wc /usr/share/dict/words
--> 479829 479829 4953699 /usr/share/dict/words
grep x | wc /usr/share/dict/words
--> 479829 /usr/share/dict/words
None of these numbers work...
Can anyone help me? Tell me where my mistake is?
Thanks a lot.
Benji
