in reply to Re: Using grep on windows
in thread Using grep on windows
Not to mention \d is more concise than [0-9]And . is even more concise.
\d and [0-9] are not equivalent. The latter matches 10 characters, the former several hundreds.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using grep on windows
by ikegami (Patriarch) on Oct 27, 2009 at 17:42 UTC | |
|
Re^3: Using grep on windows
by Bloodnok (Vicar) on Oct 27, 2009 at 17:40 UTC | |
by ikegami (Patriarch) on Oct 27, 2009 at 17:45 UTC |