Suppose I want to use the lynx --source option to record an mp3 stream that will start at a certain time, and I want to stop it at a certain time. I could start it with a cron entry, in a script, but how in such a script would I cause lynx to terminate, assuming the mp3 stream never quits? There's no way of telling lynx --source how much to get if this is in the background. Thanks.