|
grep problem
Hi
I would like to know wheather there is anyway to pass a variable to grep argument like this
grep "$myvar" $myfile
i would put this in a function and then call this function by setting different values to myvar and myfile.
is this possible at all.
regards
Hrishy
|