Re: converting an array into a single variable

2008-02-20 Thread Dave Rutherford
On Wed, Feb 20, 2008 at 2:42 PM, Natan Shar <[EMAIL PROTECTED]> wrote: > I can do this with a few id numbers using php, but I need to do this with > thousands of id numbers on a daily basis using a cron job > > I can successully build an array of the filenames using: > declare -a imagelist='ls

Re: converting an array into a single variable

2008-02-20 Thread Mike Stroyan
On Wed, Feb 20, 2008 at 11:42:38AM -0800, Natan Shar wrote: > > Here's what I am trying to do: > > I have a directory full of files. They are all image files and are numbered > using an id number, and underscore, and a detail number. Example: > > for item 123456, there may be from 0 to 25 images

converting an array into a single variable

2008-02-20 Thread Natan Shar
eciated! -- View this message in context: http://www.nabble.com/converting-an-array-into-a-single-variable-tp15596500p15596500.html Sent from the Gnu - Bash mailing list archive at Nabble.com.