I keep forgetting how exactly to do this, and it's non-trivial to type, so basically do this for each (non-option) argument: ``` cp --force --preserve=all --backup=t $1 $1 ``` Support options so `-v` works.