ACC SHELL

Path : /usr/lib/aspell-0.60/
File Upload :
Current File : //usr/lib/aspell-0.60/spell

#!/bin/sh

# aspell list mimicks the standard unix spell program, roughly.

cat "$@" | aspell list --mode=none | sort -u


ACC SHELL 2018