john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

Wget podcasts

/bin/bash

Do not abuse the power to wget

if [ $# -ne 2 ]; then echo "incorrect function parameters, should be: $0 start finish " exit 1 fi if [ $1 -gt $2 ]; then echo "incorrect, start should be before finish: $0 start finish " exit 1 fi

for(( i=$1; i<=$2; i++ )) do FILENAME="JavaPosse${i}.mp3" echo "getting $FILENAME" wget http://traffic.libsyn.com/dickwall/$FILENAME done

BASH SCRIPT REF: http://tldp.org/LDP/abs/html/refcards.html

wget http://media.startupsuccesspodcast.com/StartupSuccess002.mp3

http://www.se-radio.net/page/3/

http://developer.android.com/videos/index.html#v=Oq05KqjXTvs

http://freevideolectures.com/Course/2901/Computer-Science-E-76-Building-Mobile-Applications/2


  • « textview colors INCOMPLETE
  • Wifi start wpa.sh »

Published

Jan 9, 2012

Category

linux

~63 words

Tags

  • podcasts 1
  • scripts 63
  • wget 7