Deprecating port list

Jeremy Lavergne jeremy at lavergne.gotdns.org
Fri Mar 13 09:55:19 PDT 2009


> bash-3.2# port installed
> The following ports are currently installed:
>  apache2 @2.2.11_0+darwin_9 (active)
>
> bash-3.2# port -q installed
> The following ports are currently installed:
>  apache2 @2.2.11_0+darwin_9 (active)
>
> I would like a means to print non-formated output without messages  
> like "The following ports are currently installed:".

In the mean time, you can just pipe it through grep:

port installed | grep -v following


More information about the macports-dev mailing list