This may be a naive question, but I did not find the answer after searching online and on stackoverflow. I did not know the right keyword for finding the answer. Thanks in advance for giving out a pointer!
My question is on the '{}' in the following command:
find . -name "*.pyc" -exec rm -rf {} \;
Why we need {} and \; here?