Dashboard
PHP:
8.3.33
OS:
Linux
User:
proje374
/
/
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