Want to be able to conveniently run the following command with ability to supply the search pattern GUNARS
.
grep -rhi --include='*.el' \"GUNARS\" ~/Opstk/bin/gadin-1.0/"
How can I do this in bash
. Should this be better done with an alias or by declaring a bash function?