Install gnu sed on Mac: Difference between revisions
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. |