[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: baesch


* Michael Lestinsky schrieb:
> while true; do
>     if [ -f *.bla ] ; then
>         # Dateien sind da. Mach was damit...
>     fi
>     sleep 60
> done

Falls die inotify-tools installiert sind find ich das cooler:

inotifywait -m -r --format '%f' -e modify -e move -e create -e delete ~/test | while read line
do
	echo "hello $line"
done
-- 
UUGRN e.V. http://www.uugrn.org/
http://mailman.uugrn.org/mailman/listinfo/uugrn
Wiki: https://wiki.uugrn.org/UUGRN:Mailingliste
Archiv: http://lists.uugrn.org/