[Metalab] Brauche ein tip.....

meta at pc-net.at meta at pc-net.at
Thu Mar 22 21:11:10 CET 2007


Danke für die schnelle antworten :)

hat mir geholfen...
ich habs so gemacht...läuft perfekt...und im hintergrund wie ein
daemon ;-)

---------------------------------------------
#!/bin/sh

while true
do
sleep 10
# userx 4MB
    dirq=`du -s /home/mrzack/cam.pc-net.at/htdocs/userx/cam1/ | mawk
'{print($1)}'`
    if [ $dirq -gt 4000 ]
    then
        cd /home/mrzack/cam.pc-net.at/htdocs/userx/cam1/
        rm $(ls  -t | grep .jpg | tail -1)
    fi
# usery 10MB
    dirq=`du -s /home/mrzack/cam.pc-net.at/htdocs/usery/cam1/ | mawk
'{print($1)}'`
    if [ $dirq -gt 10000 ]
    then
        cd /home/mrzack/cam.pc-net.at/htdocs/usery/cam1/
        rm $(ls  -t | grep .jpg | tail -1)
    fi
done
---------------------------------------------
________________________________________________________________________
Sent with Pawsoft Minimail - a FREE download from http://www.pawsoft.com



More information about the Metalab mailing list