Annotation of 41BSD/cmd/berknet/setlength, revision 1.1.1.1

1.1       root        1: # set the length of the logfiles
                      2: set a=$1
                      3: set tmp=setl$$
                      4: shift
                      5: unset noclobber
                      6: foreach i ($argv)
                      7:        tail -$a $i >/tmp/$tmp
                      8:        cp /tmp/$tmp $i
                      9: end
                     10: rm -f /tmp/$tmp

unix.superglobalmegacorp.com

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