[plug] Bash scripting error with functions

Craig Ringer craig at postnewspapers.com.au
Sun Jun 19 14:21:14 WST 2005


On Sun, 2005-06-12 at 21:38 +0930, Onno Benschop wrote:
> Can someone explain to me why the following script returns:

[snip]

> find "${source_dir}" -type f -print0 | xargs -0 -n1 make_file_link

There's apparently a tool called `zargs' in zsh that might help if it's
a shell builtin or function not an an external command. I don't seem to
have it here, so I can't test to confirm. I ran into mention of it here:

http://www.zsh.org/mla/workers/2005/msg00380.html

--
Craig Ringer




More information about the plug mailing list