PK

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

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


PK 99