Sponsored Content
Top Forums Shell Programming and Scripting Ask for Version of Script on Server w/o download Post 302471226 by al0x on Friday 12th of November 2010 09:22:04 AM
Old 11-12-2010
Corona688s solution works flawless, th eonly problem I got now, is to check in my script where I use wget, what wgets check sayed.
Here's a part of my script:
Code:
wget -N -a $logfile -t 0 http://www.google.com/
if [ $? -eq 0 ]
then
     [what to do if new file was downloaded from server]
else
     [what to do if local file isn't updated]
fi

Anyone got an answer to my problem? Smilie
Thanks in advance!
 

10 More Discussions You Might Find Interesting

1. Linux

How do i download java 1.3 on linux(kinda have this old version)

i wish to run java files on inux but while downloading it into linux there is no problem but when i r try to execute a java file it says javac not found. help pleas (5 Replies)
Discussion started by: wojtyla
5 Replies

2. AIX

Where can I download a trial version of AIX?

hi how r? , where can I download a trial version of AIX , I know this is a very IMB verions but there some demo saludos (2 Replies)
Discussion started by: cejodrake
2 Replies

3. Hardware

I need help to download firmware fo HMC from version 7.3.4 to vervion 7.3.5

All, I need to upgrade my HMC from version 7.3.4 to vervion 7.3.5. The HMC has a Machine type of 7310-CR2 Xseries 335 . Where could I download the firmware for such hardware (HMC Machine type of 7310-CR2 Xseries 335 )? Please answer because I need to upgrade that HMC the HMC to bring to... (3 Replies)
Discussion started by: jesifra
3 Replies

4. AIX

How to run a script automatically when AIX version 7 server reboots?

Am new to AIX please help me. I have AIX7 server. When ever the system reboots my script need to run automatically. This will help me to start my application automatically after the server reboot. Thanks, Prince Wells (9 Replies)
Discussion started by: prince1987
9 Replies

5. Shell Programming and Scripting

curl script to download files from Secured HTTPS server?

curl -# -v -d "sendusername=myname&password=mypassword&wheretogo=download.php" -L -o test.zip http://www.ims-dm.com/cgi/securedownload.php?p=HIREFTPM\&prodtype=hire/test.zip * About to connect() to www.ims-dm.com port 80 * Trying 209.61.193.139... connected * Connected to www.ims-dm.com... (1 Reply)
Discussion started by: laknar
1 Replies

6. Ubuntu

Download latest Ubuntu version from linux command

I have ubuntu 10.4 on my system and want to download newer Ubuntu version like 11.04. Is there any linux command(something like apt-get source used for downloading kernel source) using which I can download directly the newer ubuntu relaease? (2 Replies)
Discussion started by: rupeshkp728
2 Replies

7. Shell Programming and Scripting

Script for download file with version

Hi, Need Shell script to download the file with version or date from internet Filename will be as Eg:File-2.3.1.zip Filename will keep on changing for every 4months as File-2.3.2 or File 2.4 Thanks, Anil (4 Replies)
Discussion started by: Anil2312
4 Replies

8. Solaris

Need OS version for download

Dear all, We have bought solaries server. During installation of latest solaries, we are having some trouble. One of my old friend suggested that sol-10-u3-ga-sparc might be the solution for those trouble. I've search oracle web but they have removed this old version of update. The torrent has... (4 Replies)
Discussion started by: tahnan
4 Replies

9. Shell Programming and Scripting

Download latest file via ftp server unix through shell script

Hello this is my first post in this forum , I dont want to be unhappy.. I am writing one script but facing difficulty to find the latest file with some new pattern My requirement is 1. The file is coming like "ABCD-23220140303" at FTP server once in a week. 2. script will run on daily... (3 Replies)
Discussion started by: ajju
3 Replies

10. Fedora

How to download latest version of cmake using tar xzf?

...... (3 Replies)
Discussion started by: larry burns
3 Replies
UPDATE-SMART-DRIVEDB(8)                                       SMART Monitoring Tools                                       UPDATE-SMART-DRIVEDB(8)

NAME
update-smart-drivedb - update smartmontools drive database SYNOPSIS
update-smart-drivedb [OPTIONS] [DESTFILE] DESCRIPTION
[This man page is generated for the Linux version of smartmontools. It does not contain info specific to other platforms.] update-smart-drivedb updates /var/lib/smartmontools/drivedb/drivedb.h or DESTFILE from smartmontools SVN repository. It tries to download first from the current branch and then from trunk. The tools used for downloading are either curl(1), wget(1), lynx(1), or svn(1). The old file is kept if the downloaded file is identical (ignoring the differences in Id string) otherwise it is moved to drivedb.h.old. OPTIONS
-s SMARTCTL Use the smartctl(8) executable at path SMARTCTL for drive database syntax check. The form '-s -' disables the syntax check. The default is /usr/sbin/smartctl. -t TOOL Use TOOL for download. TOOL is one of: curl wget lynx svn. The default is the first one found in PATH. -u LOCATION Use URL of LOCATION for download. LOCATION is one of: sf (Sourceforge code browser via HTTPS), svn (SVN repository via HTTPS), svni (SVN repository via HTTP), trac (Trac code browser via HTTPS). The default is svn. --cacert FILE Use CA certificates from FILE to verify the peer. --capath DIR Use CA certificate files from DIR to verify the peer. --insecure Don't abort download if certificate verification fails. This option is also required if a HTTP URL is selected with '-u' option. --dryrun Print download commands only. -v Verbose output. EXAMPLES
# update-smart-drivedb /var/lib/smartmontools/drivedb/drivedb.h updated from branches/RELEASE_6_6_DRIVEDB EXIT STATUS
The exit status is 0 if the database has been successfully updated. If an error occurs the exit status is 1. FILES
/usr/sbin/update-smart-drivedb full path of this script. /usr/sbin/smartctl used to check syntax of new drive database. /var/lib/smartmontools/drivedb/drivedb.h current drive database. /var/lib/smartmontools/drivedb/drivedb.h.old previous drive database. /var/lib/smartmontools/drivedb/drivedb.h.error new drive database if rejected due to syntax errors. /var/lib/smartmontools/drivedb/drivedb.h.lastcheck empty file created if downloaded file was identical. AUTHORS
Christian Franke. This manual page was originally written by Hannes von Haugwitz <hannes@vonhaugwitz.com>. REPORTING BUGS
To submit a bug report, create a ticket in smartmontools wiki: <http://www.smartmontools.org/>. Alternatively send the info to the smartmontools support mailing list: <https://lists.sourceforge.net/lists/listinfo/smartmontools-support>. SEE ALSO
smartctl(8), smartd(8). PACKAGE VERSION
smartmontools-6.6 2016-05-31 r4324 $Id: update-smart-drivedb.8.in 4223 2016-02-26 20:18:40Z chrfranke $ smartmontools-6.6 2016-05-31 UPDATE-SMART-DRIVEDB(8)
All times are GMT -4. The time now is 06:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy