Edit

IABSD.fr/src/usr.bin/grep

Branch :

  • Show log

    Commit

  • Author : millert
    Date : 2023-11-15 00:50:43
    Hash : 03848a0f
    Message : procline: only reduce mcount once per line, not once per match. This makes "grep -m" behave like GNU grep (where the -m option originated). From Crystal Kolipe.