EchoAngel has asked for the wisdom of the Perl Monks concerning the following question:
Getting argument list too long. My guess is that the coding line within the foreach is reaching a limitation? If so, my idea was to make a perl script to take the files (ls *.nt0) and the $(perlScript) and go through a foreach within this batch perl script.$foreach( TYPE , $strip($(shell ls *.nt0)), $(perlScript) -argA "A" - +ArgB "B" -File "$(TYPE)" )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Execvp : /bin/csh : Argument List Too Long
by hawtin (Prior) on Sep 15, 2004 at 13:36 UTC | |
by EchoAngel (Pilgrim) on Sep 15, 2004 at 14:09 UTC | |
|
Re: Execvp : /bin/csh : Argument List Too Long
by castaway (Parson) on Sep 16, 2004 at 09:13 UTC |