Re: ps: display command arguments

2015-08-10 Thread Jérémie Courrèges-Anglas
Ingo Feinerer writes: > Hi, Hi Ingo, > when running > > R --file=~/test.R --args -i -j -k > > with R from math/R in ports and test.R as > > commandArgs(TRUE) > Sys.sleep(10) > > ps output displays > > /usr/local/lib/R/bin/exec/R --file=/home/user/test.R --args --args --args > --args > > (Note

ps: display command arguments

2015-08-09 Thread Ingo Feinerer
Hi, when running R --file=~/test.R --args -i -j -k with R from math/R in ports and test.R as commandArgs(TRUE) Sys.sleep(10) ps output displays /usr/local/lib/R/bin/exec/R --file=/home/user/test.R --args --args --args --args (Note the four --args.) However, R appears to have the right argume