Gentoo Archives: gentoo-user

From: Thanasis <thanasis@××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: aliases
Date: Thu, 26 Mar 2009 15:04:50
Message-Id: 49CB998F.3040007@asyr.hopto.org
In Reply to: Re: [gentoo-user] Time to move on? by Dale
1 on 03/23/2009 05:18 AM Dale wrote the following:
2 >
3 > I'm not real familiar with aliases but know what it is. If you use the
4 > alias method, how would you disable it for a one time run?
5 >
6 > Dale
7 >
8 You can also use the unalias command, eg:
9 $ alias ls='ls -la'
10 $ unalias ls
11 (then it stays unaliased for the session until you alias it again,
12 source .bashrc, etc...).
13 HTH :-)

Replies

Subject Author
Re: [gentoo-user] Re: aliases Dale <rdalek1967@×××××.com>