Item Type
Item Name
Search file in folder and subfolders...
#!/bin/sh # aspell list mimicks the standard unix spell program, roughly. cat "$@" | aspell list --mode=none | sort -u