ctlinnd throttle "Rebuilding history file" cd /var/news/etc if makehistory -n -f history.n ; then : else echo Error creating history file! exit 1 fi # The following line can be used to retain expired history # It is not necessary for the history file to be sorted. # awk 'NF==2 { print; }' >history.n # View history file for mistakes. if makehistory -r -s `wc -l