> #!/bin/bash > cd ~/toothpastefordinner > rm * > wget www.toothpastefordinner.com > grep "comic:" index.html > comic.html > wget --force-html -i comic.html > mv *gif today.gif > Works great, Thanks. ScottP