<?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: Error: 'no space' in Ksh88 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701611#M659487</link>
    <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I can change the code, but in the another line is need to change too, doesn't it?&lt;BR /&gt;&lt;BR /&gt;Once again, whether or not you need to modify this line will depend on the number of runtime arguments that are created.  You could fashion the same solution as Dennis suggested for the first case.&lt;BR /&gt;&lt;BR /&gt;By the way, both Dennis and I wrote ".temp" when it appears that should have been ".tmp".&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 28 Oct 2010 12:38:56 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2010-10-28T12:38:56Z</dc:date>
    <item>
      <title>Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701590#M659461</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need a help because I've a script (.ksh). This script merge many archives (xml) and concatenates all in one.&lt;BR /&gt;&lt;BR /&gt;But the problem happens when I need to concatenates a lot of archives and the error 'no space' ocurrs.&lt;BR /&gt;&lt;BR /&gt;I try to increase the filesystem's capacity.&lt;BR /&gt;&lt;BR /&gt;----------------------------&lt;BR /&gt;Number of Archives: 104036&lt;BR /&gt;Total Archives size: 26 Gb&lt;BR /&gt;FileSystem size: 74 Gb&lt;BR /&gt;----------------------------&lt;BR /&gt;&lt;BR /&gt;Even so, the error is still 'no space'.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I use ksh88, have any problem about it?&lt;BR /&gt;&lt;BR /&gt;This is the error line in sysout:&lt;BR /&gt;/rating/diario/scripts//xml_aggregate_to_sdl.ksh[110]: no space &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have any idea to solve my problem?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance &lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2010 16:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701590#M659461</guid>
      <dc:creator>Victor Akamine</dc:creator>
      <dc:date>2010-10-19T16:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701591#M659464</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;More information would be helpful.  Is this a merge as opposed to a sort-and-merge? &lt;BR /&gt;&lt;BR /&gt;The error "no space" could refer to filesystem space or an out-of-memory state.  Seeing the 'xml_aggregate_to_sdl.ksh' script might be useful.&lt;BR /&gt;&lt;BR /&gt;While you report the total filesystem size, you don't offer the actual free space.  What is it?&lt;BR /&gt;&lt;BR /&gt;How far does the process get before the error?&lt;BR /&gt;&lt;BR /&gt;Can you break up the process into intermediate "merges"?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 19 Oct 2010 16:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701591#M659464</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-10-19T16:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701592#M659466</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Look at the script, see where it stores temporary files. Make sure that file system has enough space for this job or redirect the mount point to a file system with sufficient space.&lt;BR /&gt;&lt;BR /&gt;You could post the script for us to look at as well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 19 Oct 2010 16:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701592#M659466</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-10-19T16:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701593#M659468</link>
      <description>&amp;gt;/rating/diario/scripts//xml_aggregate_to_sdl.ksh[110]: no space &lt;BR /&gt;&lt;BR /&gt;What's on line 110 of that script?&lt;BR /&gt;You may be running out of memory in the shell because your strings are too long?</description>
      <pubDate>Tue, 19 Oct 2010 17:45:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701593#M659468</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-19T17:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701594#M659470</link>
      <description>More information would be helpful. Is this a merge as opposed to a sort-and-merge?&lt;BR /&gt;&lt;BR /&gt;- It is a normal merge, just put the xml file concatenates with the next.&lt;BR /&gt;&lt;BR /&gt;The error "no space" could refer to filesystem space or an out-of-memory state. Seeing the  script might be useful.&lt;BR /&gt;&lt;BR /&gt;- I don't know this part, but I attached the script&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;While you report the total filesystem size, you don't offer the actual free space. What is it?&lt;BR /&gt;&lt;BR /&gt;- So, this is the filesystem's free space (76Gb)&lt;BR /&gt;&lt;BR /&gt;How far does the process get before the error?&lt;BR /&gt;&lt;BR /&gt;- I don't know&lt;BR /&gt;&lt;BR /&gt;Can you break up the process into intermediate "merges"?&lt;BR /&gt;&lt;BR /&gt;- I can't simulate the error in my enviroment because this only happens in client enviroment.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Script is attached</description>
      <pubDate>Tue, 19 Oct 2010 17:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701594#M659470</guid>
      <dc:creator>Victor Akamine</dc:creator>
      <dc:date>2010-10-19T17:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701595#M659471</link>
      <description>&lt;!--  !*#  --&gt;&lt;P&gt;&amp;gt;I attached the script&lt;BR /&gt;&amp;gt;for NEXTFILE in `echo ${INPUT_PATH}/*.tmp | xargs ls`&lt;BR /&gt;&lt;BR /&gt;If I counted lines correctly, you have too many files in your directory. Going out of your way to use xargs is useless in this format.&lt;BR /&gt;&lt;BR /&gt;You need to switch to something like:&lt;BR /&gt;ls ${INPUT_PATH} | fgrep .tmp | while read NEXTFILE ; do&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rm -f ${INPUT_PATH}/${NEXTFILE}&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ...&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Your old echo commands had: ${INPUT_PATH}/${NEXTFILE}&lt;BR /&gt;This wasn't valid in your current script but will be needed with my changes.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I can't simulate the error in my environment because this only happens in client environment.&lt;BR /&gt;&lt;BR /&gt;Sure you can, you need lots of files. :-)&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2011 02:26:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701595#M659471</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-02T02:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701596#M659472</link>
      <description>You need to switch to something like:&lt;BR /&gt;ls ${INPUT_PATH} | fgrep .temp | while NEXTFILE read; do&lt;BR /&gt;   rm -f ${INPUT_PATH}/${NEXTFILE}&lt;BR /&gt;&lt;BR /&gt;- I've used this command (xargs) just because before I've used the command 'ls', but this command haven't worked, because I had a big quantity of archives and when I've passed all in the parameter, this not able to accept this number of archives and the error 'arg list too long' is launched.</description>
      <pubDate>Tue, 19 Oct 2010 18:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701596#M659472</guid>
      <dc:creator>Victor Akamine</dc:creator>
      <dc:date>2010-10-19T18:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701597#M659473</link>
      <description>&amp;gt;I've used this command (xargs) just because before I've used the command 'ls', but this command haven't worked&lt;BR /&gt;&lt;BR /&gt;Yes but you're using it wrong.  echo will have too many arguments.  And if no error there, you'll get too many for the output of the command in ``.  And that will have too many for the "for".&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2010 22:21:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701597#M659473</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-19T22:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701598#M659474</link>
      <description>&amp;gt; Yes but you're using it wrong. echo will have too many arguments. And if no error there, you'll get too many for the output of the command in ``. And that will have too many for the "for".&lt;BR /&gt;&lt;BR /&gt;I still have some doubts. First, you was said to use ls, but after you're saying to use xargs with other parameters.&lt;BR /&gt;I tried to use ls, but i couldn't have good results.&lt;BR /&gt;Can you explain to me how is the correct form to use the command xargs?</description>
      <pubDate>Thu, 21 Oct 2010 15:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701598#M659474</guid>
      <dc:creator>Victor Akamine</dc:creator>
      <dc:date>2010-10-21T15:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701599#M659475</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;A way around too many files issue.&lt;BR /&gt;&lt;BR /&gt;Modify listing plan.&lt;BR /&gt;&lt;BR /&gt;# create a list of files to process&lt;BR /&gt;ls -1 &amp;gt; list | while read -r filename&lt;BR /&gt;do&lt;BR /&gt;  echo "file being processed it ${filename}"&lt;BR /&gt;  #.... insert more processing here&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bottom line is the script is in need of modification.&lt;BR /&gt;&lt;BR /&gt;This analysis is based on Dennis's input.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Oct 2010 16:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701599#M659475</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-10-21T16:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701600#M659476</link>
      <description>ulimit&lt;BR /&gt;&lt;BR /&gt;What is your ulimit?&lt;BR /&gt;&lt;BR /&gt;"no space" usually is a result of a KSH variable or placeholder exceeding its maximum storage limit.&lt;BR /&gt;&lt;BR /&gt;it could also mean your data segment allowance for the shell is being breached.&lt;BR /&gt;&lt;BR /&gt;Try doing a trace on your script and see where it abends. Whilst doing so too -- you may want to put it under tusc or trusss.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Oct 2010 16:37:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701600#M659476</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-10-21T16:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701601#M659477</link>
      <description>I've searched in web and I've found this:&lt;BR /&gt;&lt;BR /&gt;The default shell of AIX is /bin/ksh (ksh88) and it uses an inefficient stack system. When you code the form "for i in &lt;SPLAT&gt;" then ksh attempts to put &lt;SPLAT&gt; on the stack. You're running out of memory. Splat.&lt;BR /&gt;&lt;BR /&gt;However, ksh93 uses a different stack library that is more efficient and should work fine in this case. Other shells (like "bash") are more adept at handling such a large data set.&lt;BR /&gt;&lt;BR /&gt;Wondering why ksh88 is not updated? It's the AIX default shell. All the system utilities, SMIT functions, etc. all use ksh. Changing the behavior even a little can have dramatic consequences.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you think this is relationed with my problem? Is it possible?!&lt;/SPLAT&gt;&lt;/SPLAT&gt;</description>
      <pubDate>Thu, 21 Oct 2010 16:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701601#M659477</guid>
      <dc:creator>Victor Akamine</dc:creator>
      <dc:date>2010-10-21T16:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701602#M659478</link>
      <description>Absolutely as I have mentioned.&lt;BR /&gt;&lt;BR /&gt;But first try increasing your stack/data size in ulimit sir.&lt;BR /&gt;&lt;BR /&gt;I had a similar issue not long ago where the issue was with KSH limits. A script tring to concatenate thousands of variables' contents into one.&lt;BR /&gt;&lt;BR /&gt;The solutionm ultimately was a reweite of the script to essetially piecemeal the concat and use file I/O for the same.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Oct 2010 17:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701602#M659478</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-10-21T17:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701603#M659479</link>
      <description>&amp;gt;But first try increasing your stack/data size in ulimit sir.&lt;BR /&gt;&lt;BR /&gt;Sorry, but how can i do this? I've tried to increase de filesystem size, but no the stack size.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The solutionm ultimately was a reweite of the script to essetially piecemeal the concat and use file I/O for the same.&lt;BR /&gt;&lt;BR /&gt;I can't understand this part my friend, can you be more specific?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Oct 2010 17:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701603#M659479</guid>
      <dc:creator>Victor Akamine</dc:creator>
      <dc:date>2010-10-21T17:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701604#M659480</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Victor, as Dennis said, the problem is with:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; for NEXTFILE in `echo ${INPUT_PATH}/*.temp | xargs ls`&lt;BR /&gt;&lt;BR /&gt;The shell expands the '*' to create a list of all filenames in the path.  If this number is too large to fit all of them in an argument array (run:  'getconf ARG_MAX').  As Dennis noted, this occurs even before you get a chance to funnel the list on to 'xargs'.  This is you "out-of-space" (memory) error.&lt;BR /&gt;&lt;BR /&gt;Dennis showed you how to rewrite the line above.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; SEP ls -1 &amp;gt; list | while read -r filename&lt;BR /&gt;&lt;BR /&gt;No.  The 'while' loop isn't going to see anything.  You want(ed):&lt;BR /&gt;&lt;BR /&gt;# ls -l | while read filename&lt;BR /&gt;&lt;BR /&gt;As for the comments about 'ksh' and AIX, yes, the Korn88 shell is the default one on AIX, but this is HP-UX.  With HP-UX you should use the POSIX shell ('/usr/bin/sh').  This shell is the HP-UX default and is a "super-set" of 'ksh'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 21 Oct 2010 18:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701604#M659480</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-10-21T18:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701605#M659481</link>
      <description>&amp;gt;you was said to use ls, but after you're saying to use xargs with other parameters.&lt;BR /&gt;&lt;BR /&gt;I said to use ls(1) on the directory and then use fgrep to filter it.  This still produces a massive amount of data but it is in a pipe.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I tried to use ls, but i couldn't have good results.&lt;BR /&gt;&lt;BR /&gt;What were your results?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Can you explain to me how is the correct form to use the command xargs?&lt;BR /&gt;&lt;BR /&gt;In this case, you don't use xargs.&lt;BR /&gt;If you really really wanted to use xargs, you would invoke a script to do the rm and other your checking.  Since this now requires two files, it is better to switch to a while loop  and forget about xargs.</description>
      <pubDate>Fri, 22 Oct 2010 03:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701605#M659481</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-22T03:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701606#M659482</link>
      <description>I've tried to use your solution, but this error happens..&lt;BR /&gt;&lt;BR /&gt;Usage: basename string [suffix]&lt;BR /&gt;&lt;BR /&gt;I think, i need more informations, if u can help me..&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 22 Oct 2010 17:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701606#M659482</guid>
      <dc:creator>Victor Akamine</dc:creator>
      <dc:date>2010-10-22T17:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701607#M659483</link>
      <description>&lt;P&gt;&amp;gt;I've tried to use your solution, but this error happens.&amp;nbsp; Usage: basename string [suffix]&lt;BR /&gt;&lt;BR /&gt;What's your new script look like?&lt;BR /&gt;I see these places:&lt;BR /&gt;FILE_NAME=`basename ${NEXTFILE}`&lt;BR /&gt;&lt;BR /&gt;So $NEXTFILE must be empty. Not sure how that happens with my pipeline.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2011 02:22:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701607#M659483</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-02T02:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701608#M659484</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I've tried to use your [Dennis'] solution, but this error happens.&lt;BR /&gt;&lt;BR /&gt;Dennis wrote:&lt;BR /&gt;&lt;BR /&gt;ls ${INPUT_PATH} | fgrep .temp | while NEXTFILE read; do&lt;BR /&gt;&lt;BR /&gt;...where he meant to write:&lt;BR /&gt;&lt;BR /&gt;ls ${INPUT_PATH} | fgrep .temp | while read NEXTFILE; do&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Make the adjustment in your script.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 22 Oct 2010 19:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701608#M659484</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-10-22T19:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 'no space' in Ksh88</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701609#M659485</link>
      <description>&lt;P&gt;&amp;gt;JRF: ls ${INPUT_PATH} | fgrep .tmp | while read NEXTFILE; do&lt;BR /&gt;&lt;BR /&gt;Oops, did that recently elsewhere. Post retconned.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2011 02:27:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-no-space-in-ksh88/m-p/4701609#M659485</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-02T02:27:53Z</dc:date>
    </item>
  </channel>
</rss>

