#!/bin/sh tempfile="/tmp/dazibaweb.log" for i in `ls -A /www/website/webnews/modules/backends/conf/` do /www/dazibaweb/html2rss.php $i done