ilans11il has asked for the wisdom of the Perl Monks concerning the following question:
the error:$RT_DiffFiles= `comm -23 <(sort $RT_64OG_FilesPath) <(sort $RT_64_File +sPath)`;
the print of the command:sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `comm -23 <(sort ./TmpData/RT_64OG_Files) <(sort ./Tmp +Data/RT_64_Files)'
from linux the command is working with no problem... thanks in advancedcomm -23 <(sort ./TmpData/RT_64OG_Files) <(sort ./TmpData/RT_64_Files)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: sh: -c: line 0: syntax error near unexpected token `('
by derby (Abbot) on Nov 27, 2013 at 11:08 UTC | |
|
Re: sh: -c: line 0: syntax error near unexpected token `('
by oiskuu (Hermit) on Nov 27, 2013 at 17:48 UTC |