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