On Wed, 21 Nov 2001, Bill Burton <[EMAIL PROTECTED]> wrote:

> You could do this on UNIX without an external script but you would
> have to execute the entire command line through /bin/sh -c "cat
> file1 file2 file3 >>target_file".

wouldn't 

<exec executable="cat" output="target_file">
  <arg file="file1" />
  <arg file="file2" />
  <arg file="file3" />
</exec>

work as well - without the need for shell redirects?

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to