Current Path :
/
bin
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//bin/spell
#!/usr/bin/sh # aspell list mimics the standard unix spell program, roughly. cat "$@" | aspell list --mode=none | sort -u