Expand PMF_FN_* macros.
[netbsd-mini2440.git] / lib / libc / DB / hash / tests / makedb.sh
blob5895ff9eadee1eb27fc6e5d1bc8cf09e471b554c
1 #!/bin/sh
2 awk '{i++; print $0; print i;}' /usr/share/dict/words > WORDS
3 ls /bin /usr/bin /usr/ucb /etc | egrep '^(...|....|.....|......)$' | \
4 sort | uniq | \
5 awk '{
6 printf "%s\n", $0
7 for (i = 0; i < 1000; i++)
8 printf "%s+", $0
9 printf "\n"
10 }' > LONG.DATA