https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180381
Yuri Pankov <yur...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yur...@freebsd.org --- Comment #4 from Yuri Pankov <yur...@freebsd.org> --- 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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"