Node: Dumping the Contents of the Word List, Next: Creating an Individual Word List, Previous: Listing Available Dictionaries, Up: Working With Dictionaries
The dump command in aspell
will simply dump the contents of
a word list to stdout
in a format that can be read back in with
aspell create
.
If no word list is specified the command will act on the default one. For example the command
aspell dump personal
will simply dump the contents of the current personal word list to
stdout
.