Hacker News new | ask | show | jobs
by geir_isene 1110 days ago
Nope. It handles pipes and everything else as it shells out on system()
1 comments

But the outputs of those system() calls aren't accessible to rsh, unlike other shells where I might be able to do VARIABLE=$(command). I was looking for something more like IO.popen() and rsh does not seem to have those.