<?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: Variables in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/variables/m-p/3845552#M97983</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;variables are changeable, hence the name containers for data.&lt;BR /&gt;&lt;BR /&gt;That is as simple and basic as I can put it.&lt;BR /&gt;&lt;BR /&gt;env dipslays all set variables and that may help you understand what they are for.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 17 Aug 2006 13:38:37 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-08-17T13:38:37Z</dc:date>
    <item>
      <title>Variables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/variables/m-p/3845550#M97981</link>
      <description>Hi Sir,&lt;BR /&gt;what is the purpose of variable, which are the different types of variables , how to manipulate it.</description>
      <pubDate>Thu, 17 Aug 2006 13:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/variables/m-p/3845550#M97981</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2006-08-17T13:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Variables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/variables/m-p/3845551#M97982</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Based upon an earlier post of yours, I believe that your question relates to the shell.&lt;BR /&gt;&lt;BR /&gt;Shell variables are valid only within the shell in which they are declared. Starting a subshell or another process does not inherit a variable from the parent shell or process.  That is, the variable is a 'local' one, not a 'global' 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>Thu, 17 Aug 2006 13:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/variables/m-p/3845551#M97982</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-08-17T13:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Variables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/variables/m-p/3845552#M97983</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;variables are changeable, hence the name containers for data.&lt;BR /&gt;&lt;BR /&gt;That is as simple and basic as I can put it.&lt;BR /&gt;&lt;BR /&gt;env dipslays all set variables and that may help you understand what they are for.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 17 Aug 2006 13:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/variables/m-p/3845552#M97983</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-17T13:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Variables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/variables/m-p/3845553#M97984</link>
      <description>Your question is all but meaningless without context. In general, a variable is by definition something that can be changed as opposed to a constant which is fixed.&lt;BR /&gt;&lt;BR /&gt;It would help if you would narrow trhe scope of your question. Is is mathematical? Does it pertain to shell scripting? Perl? C? FORTRAN? Computer languages in general?&lt;BR /&gt;&lt;BR /&gt;One very basic difference between computer languages and matmematics is that:&lt;BR /&gt;&lt;BR /&gt;X = X + 1 &lt;BR /&gt;&lt;BR /&gt;is a perfectly valid computer statement but absolute nonsense in algebra. That is why without a scope, your question is all but impossible to answer.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Aug 2006 13:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/variables/m-p/3845553#M97984</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-17T13:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Variables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/variables/m-p/3845554#M97985</link>
      <description>basic explanation (like the question):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Variable" target="_blank"&gt;http://en.wikipedia.org/wiki/Variable&lt;/A&gt;</description>
      <pubDate>Thu, 17 Aug 2006 13:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/variables/m-p/3845554#M97985</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-08-17T13:46:33Z</dc:date>
    </item>
  </channel>
</rss>

