#!/bin/sh cmd=${0##\*/} echo "$cmd: warning: $cmd is obsolescent; using grep -E" >&2 exec grep -E "$@"
This is the case in a distribution (Arch) that has effectively taken the maintainer's advice into account, not the reverse.
This is the case in a distribution (Arch) that has effectively taken the maintainer's advice into account, not the reverse.