print join(" ", 'Command:', map { my $x = $_; if (/\s/) { s/'/\\'/g; "'$_'" } else { $_ } } @cmd), "\n" if $ENV{'VERBOSE'};