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
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to