003 File Manager
Current Path:
/usr/src/lib/libc/db/test/hash.tests
usr
/
src
/
lib
/
libc
/
db
/
test
/
hash.tests
/
📁
..
📄
driver2.c
(3.34 KB)
📄
makedb.sh
(301 B)
📄
tcreat3.c
(3.09 KB)
📄
tdel.c
(3.48 KB)
📄
testit
(3.17 KB)
📄
thash4.c
(3.79 KB)
📄
tread2.c
(3.16 KB)
📄
tseq.c
(2.84 KB)
📄
tverify.c
(3.3 KB)
Editing: makedb.sh
#!/bin/sh # # @(#)makedb.sh 8.1 (Berkeley) 6/4/93 awk '{i++; print $0; print i;}' /usr/share/dict/words > WORDS ls /bin /usr/bin /usr/ucb /etc | egrep '^(...|....|.....|......)$' | \ sort | uniq | \ awk '{ printf "%s\n", $0 for (i = 0; i < 1000; i++) printf "%s+", $0 printf "\n" }' > LONG.DATA
Upload File
Create Folder