bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

simple Translation


From: Cortes, Miguel
Subject: simple Translation
Date: Tue, 26 May 2009 13:48:10 -0500

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.

 

 

 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]