Hallo, mach mal ein Script so wie: ---8<---8<--- #!/bin/ksh cd <euere-suse-update-directory> wget -rnhN ftp://ftp.gwdg.de/pub/linux/suse/6.4_update/* & mail -s "Wget results" deine@email-adresse.de < wget-log ---8<---8<--- HTH, Martin
Wir machen hier 1x die Woche:
cd <unser_suse_update_directory> && wget -r -nh -N
ftp://ftp.gwdg.de/pub/linux/suse/6.4_update/*
Bekommt man das denn hin das man z.B wenn er dann neue Dateien gefunden hat vielleicht ein Mail bekommt ?
Grüße Stefan
--------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
--------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
Hallo, On Thu, Sep 21, 2000 at 9:03 +0200, Martin Mielke wrote:
mach mal ein Script so wie:
---8<---8<---
#!/bin/ksh
Für was brauchst Du hier explizit die Korn-Shell? Ein normales #!/bin/sh sollte es auch tun, und das funktioniert immer!
cd <euere-suse-update-directory> wget -rnhN ftp://ftp.gwdg.de/pub/linux/suse/6.4_update/* & mail -s "Wget results" deine@email-adresse.de < wget-log
---8<---8<---
Gruß, Bernhard -- ***** LINUX, weils Betriebssystem eben ned wurscht is! ******** *************** <http://www.linux.de> ****************** Homepage: <http://www.linuxinfopage.de> *** Tux # 171705 --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com
participants (2)
-
Bernhard.Walle@gmx.de
-
martinm@people-com.com