Tuesday, 28 May 2013

Create alias with paramater in the middle

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?

No comments:

Post a Comment