bash equivalence of tcsh "alias em "emacs \!:1 &""?
hi,
i want to be able to type "em foo" and have bash execute "emacs foo &" How can I do that? I know how to achieve the effect in tcsh: alias em "emacs \!:1 &" However, bash doesn't seem to interpret the "\!:1" the same way tcsh does.
thanks.
Last edited by rgiggs; 07-28-2004 at 10:07 PM.
|