[SLL] multi-threading
Bryan McLellan
btm at loftninjas.org
Fri Oct 3 03:16:28 PDT 2008
On Fri, Oct 3, 2008 at 2:02 AM, Paul A. Franz, P.E. <paul at eucleides.com> wrote:
> egrep -v '(NXDOMAIN|alias|SERVFAIL|^for$)'
>
> I was using:
>
> grep -v NXDOMAIN | grep -v alias | grep -v SERVFAIL | grep -v ^for$
>
> Why did you use "egrep"? I see others doing that too. I assumed it was from
'grep -e' and 'egrep' all you to use Extended Regular Expressions
(ERE) which are fancier and let you trade consuming more brain memory
for typing less characters. Compare the length of the above examples
and then use said knowledge for picking up a barrista at the local
coffee shop.
Seriously though, watching yourself use more and more shortcuts makes
you feel better about yourself, gives you more job security, and
prevents carpal tunnel.
Bryan
More information about the linux-list
mailing list