On 2008-04-29,
lihao0129@gmail.com <lihao0129@gmail.com> wrote:
>
>
> ./script.sh: line 30: syntax error near unexpected token `('
> ./script.sh: line 30: `' file1.txt <( find -type f -exec file {}
> + | \'
>
> I checked the man page about the process substitution which mentioned
> the named pipe. since I am not familiar with this part, could someone
> me with this problem? many thanks,
>
Does your script begin with #!/bin/bash?