stupid 'set' question

Christopher G. Faylor cgf@cygnus.com
Wed Nov 25 23:55:00 GMT 1998


In article <365B4FB8.AF218ECF.cygnus.gnu-win32@trc.tellabs.com>,
Ken Laberteaux <klaberte@trc.tellabs.com> wrote:
>I have been told that if I set the TERM environment variable to linux,
>less will work within octave and bash.  So I type from the bash shell
>
>set TERM linux
>
>or alternatively
>
>set TERM=linux
>
>Typing set after that reveals that TERM=dumb
>
>(which is how I feel)
>
>Help!!

Think UNIX.  You don't use `set var=something' in UNIX.
You use either `export VAR=something' or `VAR=something; export VAR'.
-- 
cgf@cygnus.com
http://www.cygnus.com/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list