linuxOS_AP05/debian/base-linaro/binary/usr/lib/aspell/spell
2025-09-26 09:40:02 +08:00

7 lines
122 B
Bash
Executable File

#!/bin/sh
# aspell list mimicks the standard unix spell program, roughly.
cat "$@" | aspell list --mode=none | sort -u