Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
Shell type
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Joel VanderWerf, post: 4474048"] Is this really true? irb(main):019:0> puts `pstree -a #{$$}` irb ... └─pstree -a 8921 => nil irb(main):020:0> Thread.new {system "/usr/local/bin/ruby", "-e", "puts %{foo}; sleep 10"} => #<Thread:0xb7d64988 sleep> irb(main):021:0> foo irb(main):022:0* puts `pstree -a #{$$}` irb ... ├─pstree -a 8921 └─ruby -e puts\040%{foo};\040sleep\04010 => nil This is linux, too. I don't see any sh invocation. It's not hidden by pstree is it? [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Shell type
Top