XX(1) — Silicon Graphics
NAME
xx − remote shell
SYNOPSIS
xx host command
DESCRIPTION
xx connects to the specified host, and executes the specified command. xx copies its standard input to the remote command, the standard output of the remote command to its standard output, and the standard error of the remote command to its standard error. Interrupt, quit and terminate signals are propagated to the remote command; xx normally terminates when the remote command does.
The remote login name must be equivalent (in the sense of sh(1)) to the originating account; no provision is made for specifying a password with a command.
If you omit command, then instead of executing a single command, you will be logged in on the remote host using xx(1).
Shell metacharacters which are not quoted are interpreted on the local machine, while quoted metacharacters are interpreted on the remote machine. Thus the command
$ xx otherhost cat remotefile >> localfile
appends the remote file remotefile to the local file localfile, while
$ xx otherhost cat remotefile ">>" otherremotefile
appends remotefile to otherremotefile.
SEE ALSO
BUGS
If you are using csh(1) and put an xx(1) in the background without redirecting its input away from the terminal, it will block even if no reads are posted by the remote command.
You cannot run an interactive command (like vi(1)); use xlogin(1).
Stop signals stop the local xx process only; this is arguably wrong, but currently hard to fix for reasons too complicated to explain here.
Version 2.1 — January 02, 1985