Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Number of parameters in a program call

Status
Not open for further replies.

ValBiBi

Programmer
Joined
Jul 27, 2005
Messages
1
Location
FR
Hallo everybody,

i have to do an awk program call in a batch (DOS) file like that:

gawk -f xxx.awk file1.tmp file2.tmp file3.tmp ....

How many parameters can I write to it or is there a restriction to it.

Is it possible to redirect these files in another file to reduce the number of parameters or is the number almost the same. It looks like that:

gawk -f xxx.awk file1.tmp <total_file.tmp

Thanks!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top