bug#31182: Grep Not Matching with Caret in First Line of File

2018-04-30 Thread Benno Schulenberg
Budin, Clay wrote: > It seems like grep isn't matching with a caret (start-of-line) on the first > line of a file. Most likely you have a BOM (Byte Order Mark) on the first line. (It would be cool, though, if grep could ignore that mark.) Benno

bug#31182: Grep Not Matching with Caret in First Line of File

2018-04-21 Thread Jim Meyering
tags 31182 notabug close 31182 stop On Sat, Apr 21, 2018 at 1:56 PM, Paul Eggert wrote: > I don't observe the problem in upstream grep, so quite possibly this is a > packaging issue in Git for Windows. I suggest reporting the bug there. Thanks, and by the above, I'm closing this and marking it a

bug#31182: Grep Not Matching with Caret in First Line of File

2018-04-21 Thread Paul Eggert
I don't observe the problem in upstream grep, so quite possibly this is a packaging issue in Git for Windows. I suggest reporting the bug there.

bug#31182: Grep Not Matching with Caret in First Line of File

2018-04-16 Thread Budin, Clay
Hi, Running "grep (GNU grep) 3.0" as part of Git for Windows (Git-2.16.2-64-bit.exe) in bash shell. It seems like grep isn't matching with a caret (start-of-line) on the first line of a file. > head using System.Collections; using System.Collections.Generic; using UnityEngine; using Unit