BSD 3 development
[unix-history] / .ref-BSD-2 / src / net / setlength
CommitLineData
154776cf
ES
1# set the length of the logfiles
2set a=$1
3set tmp=setl$$
4shift
5unset noclobber
6foreach i ($argv)
7 tail -$a $i >/tmp/$tmp
8 cp /tmp/$tmp $i
9end
10rm -f /tmp/$tmp