Rebuild Indexes

Ross Salas ross.salas at gmail.com
Tue Jan 7 14:31:24 PST 2020


 Hi!  What is an easy way to rebuild all indexes?  (running this from a
menu is okay for now)

We are running filePro 5.8 on Linux (CentOS 6.10).

Eventually, I would like to automate this process from the command line if
possible.

Thanks,
Ross

I found the following:
http://mailman.celestial.com/pipermail/filepro-list/2016-January/032416.html

echo "Started `date`" >/home/mjs/retime
cd /u/appl/filepro
for file in *
     do echo $file
        if [[ -d $file ]]; then
                echo "Starting Freechain:" $file `date` >>/home/mjs/retime
                /u/appl/fp/lib/freechain $file
                echo $file `date` >>/home/mjs/retime
                /u/appl/fp/dxmaint $file -ra -e
        fi
done
echo "Ended `date`" >>/home/mjs/retime
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.celestial.com/pipermail/filepro-list/attachments/20200107/2c5e4462/attachment.html>


More information about the Filepro-list mailing list