Im not quite sure what the limit of chars is on a unix command line, but I tried to avoid this originally because after a certain point I thought it would get cut off ...?
-The array Im passing is a list of job_id's, (queries to be run on a D😎 and after a few weeks I believe it will be quite large.
-Was hoping to pass the array of job_id's to perl so i could use threads and have multiple jobs run at once.
Any other suggestions ???
Thanks,
~Stu