Linux Tips and Tricks

Linux Tips and Tricks

Solve the Crossword puzzle

December29

Hi All,

Hope all of you familiar with grep command. Here is one more trick to solve the crossword puzzle using the grep command and the dictionary file.

1
2
3
4
5
6
7
8
9
10
11
$ grep "^.ro..w.r.$" /usr/share/dict/words
 
broomwort
brownwort
crossword
crosswort
crownwork
crownwort
frontward
frostwork
frostwort

Just replace unknown character by . (dot) in the grep command.

bye

kamaraj

posted under Uncategorized | No Comments »

Recent Comments

    Categories