linuxOS_AP05/debian/base-linaro/binary/usr/lib/aspell/spell

7 lines
122 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
#!/bin/sh
# aspell list mimicks the standard unix spell program, roughly.
cat "$@" | aspell list --mode=none | sort -u