For example, I have an alias set up for emacs:
alias e 'emacs'
So whenever I open a file: e test.txt, would translate into emacs text.txt
I was wondering if it's possible to set the alias so that when I enter e test.txt, it would translate to "emacs test.txt &" ?
alias e 'emacs'
So whenever I open a file: e test.txt, would translate into emacs text.txt
I was wondering if it's possible to set the alias so that when I enter e test.txt, it would translate to "emacs test.txt &" ?