Hi
I want my cgi to call a R script with some command line arguments. Since this script takes very long time and is CPU extensive job I would like to batch it. Can anyone give me the idea how to do it.
when I say
batch -f R --slave <rscript.R> --args arg1
I get an error
/usr/bin/getopt: unrecognized option `--slave'
/usr/bin/getopt: unrecognized option `--args'
batch: error parsing command-line arguments
please help