Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A command line crossword solving assistant' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A command line crossword solving assistant
Authored by: staiger on Mar 04, '08 02:16:52PM

Oops.

That should be:

cat /usr/share/dict/words | perl -e 'while(<>){ print if( /^.pp.e$/i ); }'

The filter swallowed my '<>'.



[ Reply to This | # ]