📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 14:44:47
📂
/
/
usr
/
bin
✏️
Editing: spell
#!/bin/sh # aspell list mimicks the standard unix spell program, roughly. cat "$@" | aspell list --mode=none | sort -u
💾 Save Changes
❌ Cancel