M maheshv0105 Distinguished Mar 18, 2009 1 0 18,510 Mar 18, 2009 #1 8. Write a program to take n arguments as script parameters and output all those arguments in a file called “INPUT_PARAM.dat”. (Note: n > 9)
8. Write a program to take n arguments as script parameters and output all those arguments in a file called “INPUT_PARAM.dat”. (Note: n > 9)
Zenthar Distinguished Dec 31, 2007 250 0 18,960 Apr 24, 2009 #2 You can probably do it with a FOR loop over $@ or maybe using shift.