In a bash script, is the following syntactically correct?:
touch /home/test
find /home -type d -exec rm test {} +;
# Command following {} +;
touch foo;
Thank you, I know there is an abundance of information on this subject, I just need to impress this into my mind differently I suppose.