![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| global variable not being set | robotball | Shell Programming and Scripting | 5 | 06-10-2008 03:20 AM |
| Global Variable in awk... | ZINGARO | Shell Programming and Scripting | 1 | 07-04-2007 10:07 AM |
| global replace... | topcat8 | Shell Programming and Scripting | 1 | 10-16-2005 10:10 PM |
| Global Variabels | Esaia | High Level Programming | 4 | 08-07-2002 04:22 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
global alias
how do we set global aliases in aix, which will work across different shells?
TIA |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
put it in /etc/profile
keep a root shell open and test login before closing it ^^ |
|
#3
|
|||
|
|||
|
global alias
it does not work as intended.
when I execute a shell pgm the alias does not work in the sub shell created by the shell pgm. basically i want all calls to ex to be executed as ex -v TIA |
|
#4
|
|||
|
|||
|
just spawning a new shell does not call the profile, just login or su
for this purpose you need to put it in /etc/kshrc |
|||
| Google The UNIX and Linux Forums |