To get the Spelling of a Word.

$ look

so the following will list all words that start with

$look ask
Ask
Askari
Askelon
Askja
Asklepios
Askov
Askr
Askwith

It helps to have a large "linuxwords" dictionary.

Note: vim users can setup the .vimrc file with the following. Now when you type CTL-X CTL-T in insert mode, you'll get a thesaurus lookup.

set dictionary+=/usr/share/dict/words
set thesaurus+=/usr/share/dict/words

Or, you can call aspell with the F6 command after putting the folling entry in your .vimrc file

:nmap :w:!aspell -e -c %:e
Now, hit F6 when you're in vim, and you'll get a spell checker.

There is also an X Windows dictionary that runs with the following command.

$ gnome-dictionary
Read more @ www.lynuxstuff.com
__________________________

Post new comment

Please note that comments may not appear immediately, so there is no need to repost your comment.
The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <pre> <ul> <ol> <li> <dl> <dt> <dd> <i> <b>
  • Lines and paragraphs break automatically.

More information about formatting options

Newsletter

Each week Linux Journal editors will tell you what's hot in the world of Linux. You will receive late breaking news, technical tips and tricks, and links to in-depth stories featured on www.linuxjournal.com.
Sign up for our Email Newsletter

Tech Tip Videos

From the Magazine

December 2009, #188

If last month's Infrastrucuture issue was too "big" for you then try on this month's Embedded issue. Find out how to use Player for programming mobile robots, build a humidity controller for your root cellar, find out how to reduce the boot time of your embedded system, and if you're new to embedded systems find out the basics that go into one. You can also read about the Beagle Board, the Mesh Potato and a spate of other interestingly named items. And along with our regular columns don't miss our new monthly column: Economy Size Geek.


Read this issue