Olivier Ramare on Thu, 1 Feb 2001 12:21:14 +0100 (MET) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Arguments |
Hello, I want to run the program "Lchi.gp" (one of my own) in a cron job. My favorite instruction is thus essentially gp < Lchi.gp Then this script writes in a file. This particular script is a good example : it computes a quantity for a parameter varying in borneinf..bornesup. Since it is a fully parallelisable process, I have several machines working on it. And they thus write on different files. Till now, for each machine, for each range I change the script. How can I send parameters with my script ? There's a solution : cat mychoice.gp Lchi.gp | gp I would like to know if I can send parameters directly. Thanks in advance ! Olivier