Hi, --- On Tue, Jan 6, 2015 at 5:35 PM, km <[email protected]> wrote: | Here --inputfiles option should be able to take up multiple values \--
You can: #1 Pass these as arguments to the program without an option. #2 Store the input filenames in a file, and pass the file as an argument. #3 Use --inputfile multiple times during invocation for each file. For example: $ myexecutable --iter 1 --inputfiles test1.dat --inputfiles test2.dat --inputfiles test3.dat --random 1 An option is an option, and is in the *nix principle that it does only one job, and does it well. SK -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
