Dashboard
PHP:
8.3.33
OS:
Linux
User:
listena2
/
/
usr
/
bin
📤 Upload
📝 New File
📁 New Folder
Close
Editing: spell
#!/usr/bin/sh # aspell list mimics the standard unix spell program, roughly. cat "$@" | aspell list --mode=none | sort -u
Save
Cancel