Given that grep is defined to filter lines, and lines by definition do not contain regexps newlines, is there any guarantee that this works in general?
Also, what does it do if there are three jpg lines in sequence? There are *two* matches that should be reported.
no subject
Date: 2013-12-11 02:16 pm (UTC)Given that grep is defined to filter lines, and lines by definition do not contain
regexpsnewlines, is there any guarantee that this works in general?Also, what does it do if there are three jpg lines in sequence? There are *two* matches that should be reported.