Install gnu sed on Mac: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * sed =Procedure= <pre> brew install gnu-sed --with-default-names </pre> <tt>--with-default-names</tt> install it as "sed" and not "gnu-sed".")
 
 
Line 10: Line 10:


<tt>--with-default-names</tt> install it as "sed" and not "gnu-sed".
<tt>--with-default-names</tt> install it as "sed" and not "gnu-sed".
Note that [[mac-setup]] installs GNU sed as part of a new Mac configuration procedure.

Latest revision as of 18:09, 14 October 2018

Internal

Procedure

brew install gnu-sed --with-default-names

--with-default-names install it as "sed" and not "gnu-sed".

Note that mac-setup installs GNU sed as part of a new Mac configuration procedure.