PK

ADDRLIN : /bin/
FLL :
Current File : //bin/fgrep

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


PK 99