PK

ADDRLIN : /usr/bin/
FLL :
Current File : //usr/bin/egrep

#!/bin/sh
exec grep -E "$@"


PK 99