[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
    Search the FAQ Archives

Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Single Page

Top Document: Unix - Frequently Asked Questions (5/7) [Frequent posting]
Previous Document: Do all shells have aliases? Is there something else that can be used?
Next Document: How can I tell if I am running an interactive shell?


How are shell variables assigned?


Date: Wed, 7 Oct 92 14:28:18 -0500

5.4)  How are shell variables assigned?

      The shells from the C shell category use "set variable=value" for
      variables local to the shell and "setenv variable value" for
      environment variables.  To get rid of variables in these shells
      use unset and unsetenv.  The shells from the Bourne shell
      category use "variable=value" and may require an "export
      VARIABLE_NAME" to place the variable into the environment.  To
      get rid of the variables use unset.



Top Document: Unix - Frequently Asked Questions (5/7) [Frequent posting]
Previous Document: Do all shells have aliases? Is there something else that can be used?
Next Document: How can I tell if I am running an interactive shell?

Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Single Page


[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
tmatimar@isgtec.com (Ted Timar)

Last Update October 22 2009 @ 05:35 AM

Some parts © 2009 Advameg, Inc.