Hello
I have a problem to call find out of tcl
All of these lines fail with the same error message
exec find -exec ls -l \{\}{\;}
eval [ list exec find -exec ls -l \{\}{\;} ]
find: missing argument to `-exec'
This happens if -exec is not closed with \;
I tried
% exec echo {\;}
to figure...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.