HOME


Mini Shell 1.0
DIR: /bin/
Upload File :
Current File : //bin/egrep
#!/bin/sh
cmd=${0##*/}
exec grep -E "$@"