31 Jul
2003
31 Jul
'03
11:12
Okay, hier meine funktionierend lösung fürs Archiv: In einem Verzeichnis liegen die file(s) xxx, die nicht mit einem "." beginnen. Sie sollen per cronjob im Web downloadbar werden. Mein cronjob führt folgendes Script aus: /bin/rm /pfad/index.html /bin/ls /pfad | grep ^[^.] > /pfad/.body1 /bin/sed -e 's/$/">Download<\/a><br>/g' /pfad/.body1 > /pfad/.body2 /bin/sed -e 's/^/<a href="/g' /pfad/.body2 > /pfad/.body3 /bin/cat /pfad/.head > /pfad/index.html /bin/cat /pfad/.body3 >> /pfad/index.html /bin/cat /pfad/.end >> /pfad/index.html Funzt fein, danke an Alle, Bernd -- One OS to rule them all, one OS to find them. One OS to bring them all, and in the darkness bind them In the land of Redmond, where the shadows lie.