Annotation of 40BSD/cmd/mklost+found.s, revision 1.1.1.1

1.1       root        1: mkdir lost+found
                      2: cd lost+found
                      3: echo creating slots...
                      4: for i in 1 2 3 4 5 6 7 8 9 0 a b c d e f
                      5: do
                      6:        tee ${i}1 ${i}2 ${i}3 ${i}4 ${i}5 ${i}6 ${i}7 ${i}8 < /dev/null
                      7:        tee ${i}9 ${i}a ${i}b ${i}c ${i}d ${i}e ${i}f ${i}0 < /dev/null
                      8: done
                      9: echo removing dummy files...
                     10: for i in 1 2 3 4 5 6 7 8 9 0 a b c d e f
                     11: do
                     12:        rm ${i}1 ${i}2 ${i}3 ${i}4 ${i}5 ${i}6 ${i}7 ${i}8
                     13:        rm ${i}9 ${i}a ${i}b ${i}c ${i}d ${i}e ${i}f ${i}0
                     14: done
                     15: cd ..
                     16: echo done
                     17: ls -ld `pwd`/lost+found

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.