To run a copy command in a subshell, which syntax would you use?
(( command ))
{ command; }
sh command
( command )