I would like to create an alias for the following. Would you please let me know how to set this up?
mate \`find . -name <filename>\`
|
use a function instead: |
|||||
|
|
|
This is an indirect solution. Put the command in a file (whithout .sh say cmdfile) under |
|||
|
|
somealias fooexpands to that withfooin place of<filename>? What about if multiple filenames are specified? In any case, aliases are not generally the answer to this, except incshderivatives; you want a shell function. – geekosaur Apr 27 '12 at 10:09