file picker

2003-08-21 Thread Walter
Hi All, I want to run a cron job to upload a different image file to a web site as a new background every night. I need a way to automatically select a different file from a directory which I will populate over time, and then feed that name to the upload script. I can't find anything like

Re: file picker

2003-08-21 Thread Joshua Oreman
On Thu, Aug 21, 2003 at 11:36:24AM -0500 or thereabouts, Walter wrote: Hi All, I want to run a cron job to upload a different image file to a web site as a new background every night. I need a way to automatically select a different file from a directory which I will populate over

RE: file picker

2003-08-21 Thread Barry Byrne
: 21 August 2003 17:36 To: Questions Subject: file picker Hi All, I want to run a cron job to upload a different image file to a web site as a new background every night. I need a way to automatically select a different file from a directory which I will populate over time

Re: file picker

2003-08-21 Thread Joshua Oreman
On Thu, Aug 21, 2003 at 06:49:06PM -0500 or thereabouts, Walter wrote: Josh, Sorry to bother you, but the $RANDOM symbol returns a blank. Do I need to initialize something? On bash/zsh $RANDOM returns a random number. On sh it's apparently undefined. To define it, do RANDOM=$( perl -e