#! /bin/bash FILENAME='podcasts.txt' for FILE in $FILENAME; do wget -q -i $FILE done exit 0