Hi all,

Am having some weird problems with the Korn Shell that has left me puzzled for days...

Consider having a line which resembles this in your script file:

ssh username@host "command"

ie. ssh rockysfr@localhost "ksh"

This should put you in the ksh environment. Now, the strange thing is that when I attempt to use a function such as more in this shell, I get no output, and you get stuck in the shell (can type, press enter, etc but you won't be able to exit till CTRL-C). Any explanations on why this is happening?

Thanks.