From: Alexandru Popescu Date: 2006-10-27T08:34:31+09:00 Subject: Re: backtick commands and stderr On 10/27/06, Alexandru Popescu wrote: > On 10/27/06, Gavin Kistner wrote: > > From: Alexandru Popescu [mailto:the.mindstorm.mailinglist@gmail.com] > > > When executing a system op using the backtick method, the standard > > > output is caught and returned in the assigned variable: > > > > > > output= `ls -Al` > > > > > > I am wondering what happens with the standard error output? > > > > I believe you want to look at open3 or open4 > > > > Can you please add some more details? > ... found something here: http://www.ruby-doc.org/stdlib/libdoc/open3/rdoc/index.html, but it doesn't look like working on Windows. ./alex -- .w( the_mindstorm )p. > ./alex > -- > .w( the_mindstorm )p. > > > > > >