xpce-client(1) - Linux man page
Name
xpce-client - Contact an XPCE server socketSynopsis
xpce-client socket [-b] [-c command]Description
?- pce_server(socket).
after which this server may be contacted using:
% xpce-client socket
(pce) send(new(P, picture), open).
P = @717363
(pce) exit
%
Options
- -b
- Block until the xpce server closes the connection. Otherwise xpce-client exists as soon as it has send all requests to the server without waiting for response.
- -c command
- Send command as a command to the server. Without this option, xpce-client will copy standard input to the server socket and copy any output from the socket to standard output.