[Bug 5792] New: fgrep -w matches inside words too

bugzilla at busybox.net bugzilla at busybox.net
Tue Dec 18 08:26:55 UTC 2012


https://bugs.busybox.net/show_bug.cgi?id=5792

           Summary: fgrep -w matches inside words too
           Product: Busybox
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Standard Compliance
        AssignedTo: unassigned at busybox.net
        ReportedBy: mjt+busybox at tls.msk.ru
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


Originally reported in Debian, http://bugs.debian.org/695862 against busybox
1.20:

$ echo foop | grep -w foo
$ echo foop | busybox grep -w foo
$ echo foop | fgrep -w foo
$ echo foop | busybox fgrep -w foo
foop

So, busybox grep handles -w correctly, while busybox Fgrep does not.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list