Hi!
I am considering in using OSProcess to run an external application. I have tried: OSProcess waitForCommand: 'ls -l’ but this expression never return a value.
I also tried: OSProcess command: 'ls -l /etc’
But it returns an ExternalUnixOSProcess. I am not sure what I can do with this. How can I get the result of the unix command?
Sorry if these questions looks naive :-)
Cheers, Alexandre