2

Where does aspell store my own added words (with the 'a' option) and how can I manipulate this list? I hope aspell stores this in a separate dictionary, separate from the language dictionary.

The background is that I want to review this list on a regular interval.

sloshy
  • 29
  • 4
robert
  • 203
  • 2
  • 4

1 Answers1

3

Typically ~/.aspell.<lang>.pws. For example using

aspell -d pt_PT -c file

(you are using language pt_PT) the added words will be stored in

$HOME/.aspell.pt_PT.pws
JJoao
  • 11,887
  • 1
  • 22
  • 44