Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
however,the output of prog1 is the input of prog2 etc. ideally i don't want the file names to matter, i would like for anyone to use my programs. thanks, i realise this isn't strictly a perl question.at the minute i have it like this; echo "this is a shell script" perl ./program1 prog1.input prog1.output perl ./program2 prog2.input prog2.output etc
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: UNIX shell scripts + pipes
by Kanji (Parson) on May 27, 2002 at 14:57 UTC | |
|
Re: UNIX shell scripts + pipes
by broquaint (Abbot) on May 27, 2002 at 14:36 UTC | |
|
Re: UNIX shell scripts + pipes
by penguinfuz (Pilgrim) on May 27, 2002 at 15:50 UTC | |
|
Re: UNIX shell scripts + pipes
by kodo (Hermit) on May 27, 2002 at 15:00 UTC | |
|
Re: UNIX shell scripts + pipes
by thor (Priest) on May 27, 2002 at 23:15 UTC |