Running multiple commands in one line in shell

Say I have a file /templates/apple and I want to put it in two different places and then remove the original. So, /templates/apple will be copied to /templates/used AND /templates/inuse and then af...