Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

wget ignore if exists

# skip downloading if we already have the latest version
wget -nc http://www.example.com/images/misc/pic.png

# skip downloading if we already have the file (regardless of its version)
wget -N http://www.example.com/images/misc/pic.png
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #wget #ignore #exists
ADD COMMENT
Topic
Name
3+5 =