返回
Warning: You may not have write permissions to the file; saving may fail.
#!/usr/bin/sh # aspell list mimics the standard unix spell program, roughly. cat "$@" | aspell list --mode=none | sort -u
保存