![]()
From: Sami BEYOGLU (samibeyoglu@yahoo.com)
Date: Thu 30 Mar 2006 - 02:50:56 EEST
#!/bin/bash
WGET="/usr/bin/wget" #command of wget
INPUTFILE="http://servername/updates" #list of fies
OUTDIR="/home/sami/updates" #the directory, where the updates download to.
echo "Downloading files to: $OUTDIR"
#wget -i $INPUTFILE -P $OUTDIR #downloading updates
Şu şekilde bir init betiği hazırladım. Yapmak istediğim olay şu
bu şekilde wget her açılışta http://servername/updates dosyasındaki linkleri indiriyo . Fakat benim istediğim öncesinde kontrol etmesi eğer daha önceden inmemişse o dosyaları indirmesi.
Betiği nasıl değiştirmem gerekir?
_______________________________________________
Linux mailing list
Linux@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux
![]()