Re: [EMAIL PROTECTED] with "$" -- redundant?

2008-01-17 Thread Joshua Slive
On Jan 17, 2008 2:00 PM, Brian A. Seklecki <[EMAIL PROTECTED]> wrote: > On Thu, 2008-01-17 at 13:19 -0500, Joshua Slive wrote: > > On Jan 17, 2008 1:13 PM, Brian A. Seklecki > > <[EMAIL PROTECTED]> wrote: > > > All: > > > > > > I see a lot of examples of with end-of-line char ($) > > > matching. >

Re: [EMAIL PROTECTED] with "$" -- redundant?

2008-01-17 Thread Brian A. Seklecki
On Thu, 2008-01-17 at 13:19 -0500, Joshua Slive wrote: > On Jan 17, 2008 1:13 PM, Brian A. Seklecki > <[EMAIL PROTECTED]> wrote: > > All: > > > > I see a lot of examples of with end-of-line char ($) > > matching. > > > > Isn't that redundant / implied? A directive is just a regex > > that automa

Re: [EMAIL PROTECTED] with "$" -- redundant?

2008-01-17 Thread Joshua Slive
On Jan 17, 2008 1:13 PM, Brian A. Seklecki <[EMAIL PROTECTED]> wrote: > All: > > I see a lot of examples of with end-of-line char ($) > matching. > > Isn't that redundant / implied? A directive is just a regex > that automatically has ".*" pre-pended and "$" appended? (But only used > if evaluat

[EMAIL PROTECTED] with "$" -- redundant?

2008-01-17 Thread Brian A. Seklecki
All: I see a lot of examples of with end-of-line char ($) matching. Isn't that redundant / implied? A directive is just a regex that automatically has ".*" pre-pended and "$" appended? (But only used if evaluating a file, and not a directory) ~BAS -