Path : /usr/bin/
File Upload :
Current File : //usr/bin/egrep

#!/bin/sh
cmd=${0##*/}
exec grep -E "$@"