repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tmpfs - Fix bug in call to vinitvmio()
[dragonfly.git]
/
games
/
fortune
/
tools
/
Do_spell
blob
d997392e619e065a9d9c676f8c5c8bb32c145c20
1
#!/bin/sh -
2
#
3
# @(#)Do_spell 8.1 (Berkeley) 5/31/93
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