Solution to error 'find: missing argument to -exec' with find -exec cp {} TARGET_DIR + [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I was getting ready to post this as a question, but after fiddling around with it a little longer, I found the solution. So I thought I would go ahead and post it here in case it helps someone else. I had trouble with find -exec cmd +. I got the error: $ find ./ -name "*JIM*" -exec cp {} $TARGET_DIR + find: