Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'A command line crossword solving assistant' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
A command line crossword solving assistant
Authored by: staiger on Tue, Mar 4 2008 at 2:16PM PST
Oops.

That should be:

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

The filter swallowed my '<>'.

[ Reply to This | # ]