SyntaxFix
Write A Post
Hire A Developer
Questions
Just for your information: I have just tried using "find -exec" command on a Cygwin system (UNIX emulated on Windows), and there it seems that the backslash before the semicolon must be removed: find ./ -name "blabla" -exec wc -l {} ;
find ./ -name "blabla" -exec wc -l {} ;