my @cmd = ($rsh, $host, '-l', $id, $command); print "Executing: ", join(' ', @cmd), "\n"; system(@cmd)