Looks like what you want to do is: p := (PipeableOSProcess waitForCommand: 'ls'). p output.
There's more information at http://pharo.gemtalksystems.com/book/PharoTools/OSProcess/ On Thu, Nov 5, 2015 at 7:25 PM, David T. Lewis <le...@mail.msen.com> wrote: > On Thu, Nov 05, 2015 at 10:22:31PM -0500, David T. Lewis wrote: > > > > Or put "(Delay forSeconds: 1)" right before you do "p output"? > > Sorry, I meant to say: > > "(Delay forSeconds: 1) wait" right before you do "p output"? > > Dave > >