<div dir="ltr">Also, some dialects escape the &quot;+&quot; RE since it&#39;s a (relatively) common character in text. The same is true of bananas -- &#39;(&#39; matches itself, but &#39;\(&#39; matches the leftparen RE.  NB here that I have to escape the escape in order to get it though shell command-line processing:<div><div><div><br></div><div><br></div><div>!:/home/cshapiro/Mapping_Contracts/forsythco&gt; ls -l | grep &quot;[abc]+&quot; | wc -l</div><div>0</div></div><div><br></div><div><div>!:/home/cshapiro/Mapping_Contracts/forsythco&gt; ls -l | grep &quot;[abc]\\+&quot; | wc -l</div><div>632</div><div><br></div></div><div><div>!:/home/cshapiro/Mapping_Contracts/forsythco&gt; uname -a</div><div>Linux roo 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u3 (2016-01-17) x86_64 GNU/Linux</div><div>!:/home/cshapiro/Mapping_Contracts/forsythco&gt; grep -V</div><div>grep (GNU grep) 2.20</div><div>Copyright (C) 2014 Free Software Foundation, Inc.</div><div>License GPLv3+: GNU GPL version 3 or later &lt;<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>&gt;.</div><div>This is free software: you are free to change and redistribute it.</div><div>There is NO WARRANTY, to the extent permitted by law.</div><div><br></div><div>Written by Mike Haertel and others, see &lt;<a href="http://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS">http://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS</a>&gt;.</div><div>!:/home/cshapiro/Mapping_Contracts/forsythco&gt; </div><div><br></div><div><br></div></div><div>It&#39;s the Little Things in Life...</div><div><br></div><div>-- CHS</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 25, 2016 at 11:02 AM, DJ-Pfulio <span dir="ltr">&lt;<a href="mailto:DJPfulio@jdpfu.com" target="_blank">DJPfulio@jdpfu.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 09/25/2016 10:27 AM, DJ-Pfulio wrote:<br>
&gt; I think egrep is just a hardlink to grep ... and enabled the -E switch.<br>
<br>
</span>I&#39;m wrong again! They have different inodes.<br>
<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/<wbr>listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/<wbr>listinfo</a><br>
</div></div></blockquote></div><br></div>