
November 2nd, 2004, 08:36 PM
|
|
Contributing User
|
|
Join Date: Oct 2004
Location: Central Florida, U.S.A.
Posts: 77
Time spent in forums: 1 h 56 m 55 sec
Reputation Power: 4
|
|
Quote: | Originally Posted by dnikunj Hi All,
I am pretty new to UNIX.
I have created a few alias on the system.
Can anyone tell me how to get the list of alias
Niks. |
If you just want a list of your current alias's that you can use right then, then you just type alias at the command line  . Plus you can make up any alias that you want for a predefined command though be careful not to use a predefined command name as the name of an alias, because then you won't have access to that command and if it's a system command I don't know what might happen, though if you're just a standard user I can't see anything horrible happening unless it involved a delete command or something...
|