NetBSD/games/fortune/tools/Do_spell
1993-03-21 09:45:37 +00:00

11 lines
135 B
Bash

#!/bin/sh -
#
# @(#)Do_spell 5.2 (Berkeley) 4/8/91
#
F=_spell.$$
echo $1
spell < $1 > $F
sort $F $1.sp.ok | uniq -u | column
rm -f $F