1 #!/bin/sh - 2 # 3 # @(#)Do_spell 5.2 (Berkeley) 4/8/91 4 # 5 6 F=_spell.$$ 7 echo $1 8 spell < $1 > $F 9 sort $F $1.sp.ok | uniq -u | column 10 rm -f $F 11
Indexes created Sat Oct 18 08:10:09 GMT 2025