Quote:
Originally Posted by deostroll
I don't understand the part that starts from '-exec' onwards...! What are we trying to communicate?
|
cp is the command to execute. The two braces, {}, stand for "what to copy", and the directory at the end -- where to copy.
This symbol, {} is the standard way for the find command to represent the file that has been found.