Re: simple Translation

2009-05-26 Thread Bob Proulx
Cortes, Miguel wrote: > I have in my .cshrc > alias n 'nedit \!* &' > > Which automatically background nedit any time I use it which is very > frequently. > > How do I make that same alias in .bashrc. > alias n='nedit $@ &' does not work. More general than aliases I think shell fun

simple Translation

2009-05-26 Thread Cortes, Miguel
To Whom It May Concern: I have in my .cshrc alias n 'nedit \!* &' Which automatically background nedit any time I use it which is very frequently. How do I make that same alias in .bashrc. alias n='nedit $@ &' does not work.