config root man

Current Path : /usr/src/games/fortune/tools/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/games/fortune/tools/Do_spell

#!/bin/sh -
#
#	@(#)Do_spell	8.1 (Berkeley) 5/31/93
#

F=_spell.$$
echo $1
spell < $1 > $F
sort $F $1.sp.ok | uniq -u | column
rm -f $F

Man Man