Control: tags -1 + patch Hi, As suggested by this user, it would be better if egrep/fgrep script calls grep using its absolute path. On Fri, 19 May 2017 22:04:44 +0100 john mullee wrote: > Package: grep > Version: 2.20-4.1 > > cat /bin/egrep > #!/bin/sh > exec grep -E "$@" > > should replace with > > exec /bin/grep -E "$@" > > to reproduce: > > root@debian-512mb-fra1-01:/opt/firewall# bash > root@debian-512mb-fra1-01:/opt/firewall# PATH=/usr/local egrep "any" /etc/* > bash: egrep: command not found Please, consider the attached patch. Cheers, Santiago