On Monday 06 June 2005 16:23, Lutz Frommberger wrote:
> Am Montag, den 06.06.2005, 15:40 +0200 schrieb Lutz Frommberger:
> > I found a solution, which does not make me happy: the processes
> > (obviuosly) stopped because of whitespaces in the keyword list. The -0
> > option to xargs healed this.
>
> Sorry answering to myself: it did _not_ heal it. -0 just put everything
> into one line, resulting in a pipe of one single element. The script
> terminated, but did nothing.
Assuming that you entries are one by line, you could try:
xargs -eof="\n"
Have a nice day!
>
> Splitting the keyword list into separate files helped (smaller pipes),
> but then the problem occurs in the next line. So, nothing solved, still
> clueless. :-(
>
> (Increasing umlits for processes and stack size did not help either.)
>
> gruß,
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 6 19:02:35 2005