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.
- bash alias q Erez D
- Re: bash alias q Oded Shimon
- Re: bash alias q Oded Shimon
- pid by port number Yahav Biran
- Re: pid by port number Ido Kanner
- Re: pid by port number Amos Shapira
- Re: pid by port number Erez D