> I tried switching to the sh shell (and ksh, bash, zsh, etc..). That
> didn't work. A shell script might work, though. I'll give it a shot. At
> the time I was frustrated with shells and figured that a C program was the
> least likely to do something wiggy -- that is, I was trying the thing I
> -knew- would work. Then, it worked, and I decided to just go with that.
but ... the system(3) function simply invokes '/bin/sh' (man system);
OTOH, if your login shell is [t]csh, it could have been used on
remote node(s) instead of ksh/bash/zsh/etc
With kind regards,
Volodymyr
Received on Fri Apr 18 2008 - 21:19:40 PDT