bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Grep: --perl-regexp '(?m)...'


From: Jori Mantysalo
Subject: Grep: --perl-regexp '(?m)...'
Date: Thu, 31 Jul 2003 22:56:46 +0300 (EEST)

Is this a bug, or have I not understand what (?m) means?

address@hidden jori]$ cat teksti.txt
Abc
Bcd
address@hidden jori]$ grep --perl-regexp '^B' teksti.txt
Bcd
address@hidden jori]$ grep --perl-regexp '(?m)^B' teksti.txt
Bcd

-- 
Jori Mäntysalo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]