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