search for: mycmds

Displaying 2 results from an estimated 2 matches for "mycmds".

Did you mean: mycds
2008 Sep 12
0
OpenSSH issue
I hope I'm sending this to the right place. We have an issue with OpenSSH (we think). Consider: 1) on host A, run: ssh hostB mycmd 2) before mycmd exits: kill <pid of ssh on host A> In this case, ideally ssh would detect the TERM signal, notify the remote sshd process of the shutdown, which would cause the remote sshd to terminate taking "mycmd" down with it. But it
2003 May 14
1
savehistory not working properly in R?
Dear R users, I have a .RData which contains .Last object as follows: .Last <- function () { savehistory(file = ".Rhistory") } In this directory, if I issue the following command Rterm --save < mycmds.q to execute commands in mycmds.q and to save results in .RData, I got the following error message towards the end of the execution: Error in savehistory(file) : savehistory can only be used in Rgui and Rterm Execution halted I lost the results of the commands too. The documentation of "...