#!/bin/sh # copy .aspell.en.pws to ./temp.txt & remove 'personal_ws-1.1 en 1588' header # medtermsalpha.txt also useable - some warnings about hyphens, etc aspell --lang=en create master ./en-medical.rws < ./temp.txt # to read back: aspell -d ./en-medical.rws dump master > en-medical.tmp