tar%20zcf%20-%20some-dir%20%7C%20ssh%20some-server%20%22cd%20/;%20tar%20xvzf%20-%22
Commands separated  by  a ; are executed sequentially; the shell waits for each command to terminate in turn.  The
return status is the exit status of the last command executed.