#!/usr/bin/sh #---------------------------------------------------------------------------- # /usr/bin/pcre2grep # wrapper to call pcregrep (in.pcre2grep) with options # default: bufsize=1048576 # # Creation : 2015-04-24 holbru # Last update: $Id$ #---------------------------------------------------------------------------- "/usr/bin/in.pcre2grep" --max-buffer-size=2097152 "${@}"