Skip to content
  • Craig Small's avatar
    pgrep: Remove >15 warning · c32ab58b
    Craig Small authored
    As comm length can be longer than 15 characters with newer kernels, it
    doesn't make sense to have a warning when you make the match string
    longer than this.
    
    As a side-effect, it removes the false-positive you got when you used
    long regex matches (see issue #92 )
    
    References:
     commit 2cfdbbe8
     procps-ng/procps#92
    c32ab58b