https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180381

Yuri Pankov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Yuri Pankov <[email protected]> ---
Yes, that is expected behavior, from pgrep(1) man page:

     If any pattern operands are specified, they are used as extended regular
     expressions to match the command name or full argument list of each
     process.

You'll have to escape all characters that have special meaning in regular
expressions, e.g.:

$ pgrep -lf a\\+\\+
63750 ./a++

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to