#
# 5799-WZQ (C) COPYRIGHT = NONE
# LICENSED MATERIALS - PROPERTY OF IBM
#
# $Header:shorten 12.0$ 
# $ACIS:shorten 12.0$ 
# $Source: /ibm/acis/usr/src/new/notes/Samples/RCS/shorten,v $ 

#
# A shell script to prune the /usr/spool/notes/.utilities/net.log file. We keep the last
# couple lines for the heck of it.
# Ray Essick	May 24, 1982
tail -500 /usr/spool/notes/.utilities/net.log > /usr/spool/notes/.utilities/net.log.$$
mv /usr/spool/notes/.utilities/net.log.$$ /usr/spool/notes/.utilities/net.log
