On Feb 7, 2006, at 08:50 , Don Marti wrote: > There's another approach here: > > "Internet Radio to Podcast with Shell Tools" > http://www.linuxjournal.com/article/8171 Thank you that worked great for me, and I learned something new (the kill $! command). I'm now just using wget: #!/bin/bash wget -q <stream> & sleep 3600 kill $!