<?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: csh error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/csh-error/m-p/2929122#M579337</link>
    <description>This was a quick test I did:&lt;BR /&gt;&lt;BR /&gt;# set a1=`ls -lR /tmp;ls -l /tmp;ls -l /tmp;ls -l /tmp`&lt;BR /&gt;# set a="$a1 $a2 $a3"&lt;BR /&gt;Word too long.&lt;BR /&gt;# echo $a1|wc&lt;BR /&gt;1 3191 17880&lt;BR /&gt;# echo $a2|wc&lt;BR /&gt;1 1 1012&lt;BR /&gt;# echo $a3|wc&lt;BR /&gt;1 1 721&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;and I had a2 and a3 equal to some silly long strings.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Mon, 17 Mar 2003 21:34:59 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2003-03-17T21:34:59Z</dc:date>
    <item>
      <title>csh error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/csh-error/m-p/2929119#M579334</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I try assign a bunch of items to a csh variable:&lt;BR /&gt;set a = "$a1 $a2 $a3"&lt;BR /&gt;&lt;BR /&gt;where a1, a2 and a3 have lists of strings in them.&lt;BR /&gt;&lt;BR /&gt;I get an error message "Word too long".&lt;BR /&gt;&lt;BR /&gt;Anybody knows how to fix that?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Vlad</description>
      <pubDate>Mon, 17 Mar 2003 21:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/csh-error/m-p/2929119#M579334</guid>
      <dc:creator>vladimir gershman</dc:creator>
      <dc:date>2003-03-17T21:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: csh error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/csh-error/m-p/2929120#M579335</link>
      <description>The length of the COMBINATION of  a1 + a2 + a3 exceeds the longest line possibility.&lt;BR /&gt;&lt;BR /&gt;You need to trim one of them down, or better yet: use perl.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 17 Mar 2003 21:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/csh-error/m-p/2929120#M579335</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-03-17T21:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: csh error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/csh-error/m-p/2929121#M579336</link>
      <description>thanks</description>
      <pubDate>Mon, 17 Mar 2003 21:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/csh-error/m-p/2929121#M579336</guid>
      <dc:creator>vladimir gershman</dc:creator>
      <dc:date>2003-03-17T21:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: csh error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/csh-error/m-p/2929122#M579337</link>
      <description>This was a quick test I did:&lt;BR /&gt;&lt;BR /&gt;# set a1=`ls -lR /tmp;ls -l /tmp;ls -l /tmp;ls -l /tmp`&lt;BR /&gt;# set a="$a1 $a2 $a3"&lt;BR /&gt;Word too long.&lt;BR /&gt;# echo $a1|wc&lt;BR /&gt;1 3191 17880&lt;BR /&gt;# echo $a2|wc&lt;BR /&gt;1 1 1012&lt;BR /&gt;# echo $a3|wc&lt;BR /&gt;1 1 721&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;and I had a2 and a3 equal to some silly long strings.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 17 Mar 2003 21:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/csh-error/m-p/2929122#M579337</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-03-17T21:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: csh error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/csh-error/m-p/2929123#M579338</link>
      <description>The limit for a variable in csh is 1024 characters.  Not much you can do about it I'm afraid other than to use something besides csh.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Mon, 17 Mar 2003 22:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/csh-error/m-p/2929123#M579338</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-03-17T22:00:00Z</dc:date>
    </item>
  </channel>
</rss>

