***************** Execute Command ***************** description =========== This section shows how to execute a command on the cloud and get the output stream back. command-line ============= >>> ./EHPC-Client --execute -d=domain --command='command' --id The job id, default=1 --owner,-o The job owner default 'pbs' command line examples ====================== **Example 1** Show content of ``/home/ubuntu`` on ``ec2.....com`` ``./EHPC-Client --execute --domain='ec2.....com' --commmand='ls -la /home/ubuntu'``