When I tries to set a command with semicolons to a variable, this error occurs: expected "" but found unknown token. The command is the following: set md5Var to do shell script "find /Users/JS_Admin/Desktop/ -type f -exec cat {} \; | md5".
What should I do?
Try