![]() |
|
|
|
|
|||||||
| 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 |
| Getting the path from a variable | vanathi | Shell Programming and Scripting | 3 | 03-04-2008 02:28 AM |
| Help on setting path variable | randomcz | UNIX for Dummies Questions & Answers | 4 | 11-15-2006 12:41 PM |
| set variable PATH | merope | UNIX for Dummies Questions & Answers | 2 | 05-29-2006 05:22 AM |
| :: in PATH environment variable | gfhgfnhhn | Shell Programming and Scripting | 1 | 05-11-2006 08:29 AM |
| PATH variable problem | frustrated1 | Shell Programming and Scripting | 7 | 07-14-2005 01:42 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
For some reason something has changing in my AIX environment where when I type:
ACLEDIT filename ...I get: 3002-104 acledit: EDITOR environment variable must be full pathname I know I need to reset the EDITOR variables path to /usr/bin/vi but I can't remember the syntax anyone? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
On (ba)sh/ksh, you can use
Code:
export EDITOR=/usr/bin/vi Code:
setenv EDITOR /usr/bin/vi |
|
#3
|
|||
|
|||
|
Worked like a charm, I couldn't remember the command no matter what I did....
|
|||
| Google The UNIX and Linux Forums |