<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Shell in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/shell/m-p/3837885#M24583</link>
    <description>Hi (again) Indrajit:&lt;BR /&gt;&lt;BR /&gt;By the way, typing in all uppercase letters is considered to be shouting.  It is generally regarded as rude.  You should reserve its use for an occassional phrase for emphasis only, and then only rarely.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Sat, 05 Aug 2006 08:59:31 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-08-05T08:59:31Z</dc:date>
    <item>
      <title>Shell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shell/m-p/3837883#M24581</link>
      <description>HI ALL,&lt;BR /&gt;WHAT ARE SHELL VARIABLES</description>
      <pubDate>Sat, 05 Aug 2006 08:06:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shell/m-p/3837883#M24581</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2006-08-05T08:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Shell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shell/m-p/3837884#M24582</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Strictly speaking, "shell variables" are memory storage areas.  That is, the variable or parameter is available only to the shell in which it is declared.  Starting a subshell or another process does not inherit the variable.  The variable is a 'local' one.&lt;BR /&gt;&lt;BR /&gt;"Environmental" variables are 'global' variables.  That is, they are visible by your current shell and any process started by it.  The shell PATH, PS1, IFS, and HOME variables are examples of environmental ones.&lt;BR /&gt;&lt;BR /&gt;"Shell variables" would also include the $0, $1...$n positional parameters, representing your program name and the arguments passed to it, respectively.  &lt;BR /&gt;&lt;BR /&gt;Shell variables include the $? which is the return value from the last command run; $# which is the number of positional parameters; and the $! which is the pid of the last background process.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sat, 05 Aug 2006 08:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shell/m-p/3837884#M24582</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-08-05T08:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Shell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shell/m-p/3837885#M24583</link>
      <description>Hi (again) Indrajit:&lt;BR /&gt;&lt;BR /&gt;By the way, typing in all uppercase letters is considered to be shouting.  It is generally regarded as rude.  You should reserve its use for an occassional phrase for emphasis only, and then only rarely.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sat, 05 Aug 2006 08:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shell/m-p/3837885#M24583</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-08-05T08:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Shell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shell/m-p/3837886#M24584</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;On a Linux box using standard "bash" shell, simply type "env" to see currently used shell variables.&lt;BR /&gt;&lt;BR /&gt;Good lcuk.&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Aug 2006 15:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shell/m-p/3837886#M24584</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2006-08-06T15:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Shell</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shell/m-p/3837887#M24585</link>
      <description>Hey IB,&lt;BR /&gt;&lt;BR /&gt;Apart from using "env", you can also type "set" and you will see a listing of the environment variables that are set for the current session.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Atul</description>
      <pubDate>Mon, 07 Aug 2006 06:11:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shell/m-p/3837887#M24585</guid>
      <dc:creator>Atul Gautam</dc:creator>
      <dc:date>2006-08-07T06:11:27Z</dc:date>
    </item>
  </channel>
</rss>

