I am a bash beginner, just started to build a script that does: 1. Check if a BBS type site has any new posts, the new thread URL pattern is http://www.example.com/bbsviewer.php?trd_id=123456
2. If 1 is true, go into that URL, find a file link of the pattern http://www.example.com/upload_music/4153216.mp3 3. If the link in 2 exist, download it to a directory. This is a community site where user upload their karaoke'd songs, I wanted to collect them and build a shoutcast radio, to add some fun;-), of course, following step 3, the directory will be scanned for a playlist and feed to shoutcast source. Can someone kindly point me to a direction to accomplish this? Is there better way to do, like PHP? -- View this message in context: http://www.nabble.com/Is-this-bash-doable-job--tp24099697p24099697.html Sent from the Gnu - Bash mailing list archive at Nabble.com.