repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
lib
/
libc
/
DB
/
hash
/
tests
/
makedb.sh
blob
5895ff9eadee1eb27fc6e5d1bc8cf09e471b554c
1
#!/bin/sh
2
awk
'{i++; print
$0
; print i;}'
/
usr
/
shar
e
/
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
11