#!/bin/sh # # Update_LongIndex # V1.0 PL 00 -- 24 Nov 1997 # # This script updates LongIndex files on all msdos/programming/ drectories. # This file is needed only about every two months or after major updates. # # DATE=`/bin/date` FTPDIR=/ftp-service/ftp/pub/msdos/programming cd $FTPDIR # Update database /ftp-service/bin/textindex echo "Updating LongIndex (txt,html) Files" for i in `/bin/ls -1`; do /ftp-service/bin/longindex.pl $i done