]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libc/db/test/hash.tests/makedb.sh
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libc / db / test / hash.tests / makedb.sh
1 #!/bin/sh
2 #
3 #       @(#)makedb.sh   8.1 (Berkeley) 6/4/93
4
5 awk '{i++; print $0; print i;}' /usr/share/dict/words > WORDS
6 ls /bin /usr/bin /usr/ucb /etc | egrep '^(...|....|.....|......)$' | \
7 sort | uniq | \
8 awk '{
9         printf "%s\n", $0
10         for (i = 0; i < 1000; i++)
11                 printf "%s+", $0
12         printf "\n"
13 }' > LONG.DATA