Create alias with paramater in the middle
I want to create an alias for grep like this:
grep argX ~/myfile
where argX is a parameter and myfile is always the same. How can I do this?
I want to create an alias for grep like this:
grep argX ~/myfile
where argX is a parameter and myfile is always the same. How can I do this?
No comments:
Post a Comment