MACSCRPT Archives

September 2009

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Thu, 17 Sep 2009 15:59:51 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (25 lines)
Well,

grep TRAV '/Users/edstockly/Desktop/09-18-09-Fri-Daily TV Gridx/ 
ProofLogs-09-18-09/0918_FRI.TXT'

egrep TRAV '/Users/edstockly/Desktop/09-18-09-Fri-Daily TV Gridx/ 
ProofLogs-09-18-09/0918_FRI.TXT'

Both of those commands, when run from the terminal, return every line  
of the file.  There should be only 40 or so lines that match.

In fact, in BBEdit if I do a "Find All" with GREP using:

\|\(TRAV\)\|

I get about 35 matching lines

A BBEdit "Find All" using GREP with TRAV

I get 49 matching lines. (Which is why we need both the |  and (

I think I'm close, but don't know what I'm missing.

ES

ATOM RSS1 RSS2