<?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: [help]setenv: Too many arguments.[help] in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-setenv-too-many-arguments-help/m-p/3259804#M176830</link>
    <description>actually,I have 3 *.cshrc file there are :&lt;BR /&gt;app1.cshrc / app2.cshrc / personal.cshrc&lt;BR /&gt;before I add "source app2.cshrc" to ~/.cshrc ,I only "source app1.cshrc;source personal.cshrc" in my ~/.cshrc&lt;BR /&gt;I can source ~/.cshrc successfully , when the ~/.cshrc only have 2 *.cshrc file i.e.(app1.cshrc +  personal.cshrc) or (app2.cshrc +  personal.cshrc)&lt;BR /&gt;but failed when the ~/.cshrc have all the three *.cshrc (app1.cshrc + app2.cshrc +  personal.cshrc)</description>
    <pubDate>Tue, 27 Apr 2004 02:28:59 GMT</pubDate>
    <dc:creator>zhangr_2</dc:creator>
    <dc:date>2004-04-27T02:28:59Z</dc:date>
    <item>
      <title>[help]setenv: Too many arguments.[help]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-setenv-too-many-arguments-help/m-p/3259802#M176828</link>
      <description>Hi,&lt;BR /&gt;   I've got a problem recently.&lt;BR /&gt;   I've two big applications ,both of them are needed to set a lot of parameters in the csh enviroment .and of course I also have some personal parameter need to be set.&lt;BR /&gt;   but after I add all the lines(like below) to a env.cshrc&lt;BR /&gt;setenv PARAMATER1 XXXXXX&lt;BR /&gt;...&lt;BR /&gt;   and run the command&lt;BR /&gt;source /PATH/TO/env.cshrc&lt;BR /&gt;I got a error message:&lt;BR /&gt;&lt;BR /&gt;setenv: Too many arguments.&lt;BR /&gt;&lt;BR /&gt;and as it said.&lt;BR /&gt;some parameters no set as well.&lt;BR /&gt;I'm just wondering ,is there a limition of the numbers of csh's parameter?&lt;BR /&gt;how can I fix this problem?if later I have more applications and need more parameters needed to be set,what can I do?&lt;BR /&gt;thanks &lt;BR /&gt;&lt;BR /&gt;Br Rzhang</description>
      <pubDate>Tue, 27 Apr 2004 01:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-setenv-too-many-arguments-help/m-p/3259802#M176828</guid>
      <dc:creator>zhangr_2</dc:creator>
      <dc:date>2004-04-27T01:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: [help]setenv: Too many arguments.[help]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-setenv-too-many-arguments-help/m-p/3259803#M176829</link>
      <description>What i undestand is your are giving too many arguments to setenv command. &lt;BR /&gt;Just go back and check by mistake if your syntax i.e. setenv PARAMATER1 XXXXXX is consistent allover.&lt;BR /&gt;What you have given is correct but somewhere it might have gone wrong.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 02:07:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-setenv-too-many-arguments-help/m-p/3259803#M176829</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-04-27T02:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: [help]setenv: Too many arguments.[help]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-setenv-too-many-arguments-help/m-p/3259804#M176830</link>
      <description>actually,I have 3 *.cshrc file there are :&lt;BR /&gt;app1.cshrc / app2.cshrc / personal.cshrc&lt;BR /&gt;before I add "source app2.cshrc" to ~/.cshrc ,I only "source app1.cshrc;source personal.cshrc" in my ~/.cshrc&lt;BR /&gt;I can source ~/.cshrc successfully , when the ~/.cshrc only have 2 *.cshrc file i.e.(app1.cshrc +  personal.cshrc) or (app2.cshrc +  personal.cshrc)&lt;BR /&gt;but failed when the ~/.cshrc have all the three *.cshrc (app1.cshrc + app2.cshrc +  personal.cshrc)</description>
      <pubDate>Tue, 27 Apr 2004 02:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-setenv-too-many-arguments-help/m-p/3259804#M176830</guid>
      <dc:creator>zhangr_2</dc:creator>
      <dc:date>2004-04-27T02:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: [help]setenv: Too many arguments.[help]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-setenv-too-many-arguments-help/m-p/3259805#M176831</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;May be some of the parameters have a space. Could you use setenv in  the following form ?&lt;BR /&gt;setenv PARAMETER "VALUE"&lt;BR /&gt;Use double quots, this may prevent such errors.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Tue, 27 Apr 2004 02:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-setenv-too-many-arguments-help/m-p/3259805#M176831</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2004-04-27T02:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: [help]setenv: Too many arguments.[help]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-setenv-too-many-arguments-help/m-p/3259806#M176832</link>
      <description>Probably there is an error in app2.cshrc.&lt;BR /&gt;&lt;BR /&gt;I would use a 'binary search' to find the offending line: comment out half of the lines and see if the error is in the remaining lines or in the lines commented out. Next, refine you search.&lt;BR /&gt;&lt;BR /&gt;I too believe you have a space somewhere in an parameter assignment. &lt;BR /&gt;&lt;BR /&gt;Maybe the cshell has a verbose mode like the posix shells ('set -xv')?&lt;BR /&gt; &lt;BR /&gt;JP.</description>
      <pubDate>Tue, 27 Apr 2004 02:59:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-setenv-too-many-arguments-help/m-p/3259806#M176832</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-04-27T02:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: [help]setenv: Too many arguments.[help]</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-setenv-too-many-arguments-help/m-p/3259807#M176833</link>
      <description>Jeroen Peereboom / Victor Fridyev are right.actually the problem is caused by syntax problem. 8-)&lt;BR /&gt;sorry for my careless!  8-)</description>
      <pubDate>Tue, 27 Apr 2004 03:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-setenv-too-many-arguments-help/m-p/3259807#M176833</guid>
      <dc:creator>zhangr_2</dc:creator>
      <dc:date>2004-04-27T03:05:59Z</dc:date>
    </item>
  </channel>
</rss>

