Hey guys,
I got some files, after an egrep command, like
egrep -l -r '(this|that|those)' *
this will list like, 20 files. I don't want to open each one manually, theres any way that I can redirect the result from grep, directly to an editor? So the editor will open those files to me
Thanks