hi

i have in csh:
alias vi 'gvim \!* &'

i tryed translating to bash as

alias vi='gvim $* &'

this works without the ampersand, bit not with it

or

vi() {gvim $* & ; }

same again.


any idea ?

thanks,
erez.

Reply via email to