bug-bash
[Top][All Lists]
Advanced

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

alias bug?


From: Jared Yanovich
Subject: alias bug?
Date: Mon, 13 Nov 2006 12:14:34 -0500

Is this a bug, or are aliases supposed to work this way?

yanovich@dell1$ bash -version
GNU bash, version 3.00.16(1)-release (i386-redhat-linux-gnu)
Copyright (C) 2004 Free Software Foundation, Inc.
yanovich@dell1$ alias t=test
yanovich@dell1$ echo t
t
yanovich@dell1$ alias echo='echo '
yanovich@dell1$ echo t
test





reply via email to

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