Incoming from Michael Walters: > > I tried doing an aspell dump config and I got a result, but do not know how to > scroll through the output. I tried doing an aspell dump config and ls | less > but that did not work to scroll through the screen output of aspell dump
aspell dump config | less To see what's turned on in the config: aspell dump config | egrep -v '^#|^$' That throws away any commented or blank lines. What does "ls -alF ~/.aspell*" say? It shows nothing here, but I seldom use spelling dictionaries. It might show something there since you use it more. -- Any technology distinguishable from magic is insufficiently advanced. (*) http://www.spots.ab.ca/~keeling - - _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

