Thanks John. Peter, can you updating the GraphViz layout with OSProcess? That 
would be really helpful

Cheers,
Alexandre


> On Feb 29, 2016, at 10:54 AM, john pfersich <jpfers...@gmail.com> wrote:
> 
> I use OSProcess and CommandShell in Pharo 4.0. Works well. Load them by 
> 
> Gofer new
>       squeaksource: 'OSProcess';
>       package: 'OSProcess';
>       load.
>       
> Gofer new
>       squeaksource: 'CommandShell';
>       package: 'CommandShell-Piping';
>       load.
>       
> and then do something like
> 
> PipeableOSProcess command: 'netstat -a | grep LISTEN | grep  27017'
> 
> On Mon, Feb 29, 2016 at 1:07 AM, Peter Uhnák <i.uh...@gmail.com> wrote:
> Hi,
> 
> what is the recommended way to execute shell commands on Mac from Pharo?
> 
> Apparently NBMacShell is not supported anymore.
> 
> Thanks,
> Peter
> 

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply via email to