[Previous] [Contents] [Index] [Next]

phcalc

Start Calculator

Syntax:

phcalc [-S i|n] [-s server] [-x x_pos] [-y y_pos] 

Options:

-S i|n
Specify initial window state (i - iconify, n - normal).
-s server
Specify server node or device name to display Calculator on.
-x x_pos
Initial x_pos position of window.
-y y_pos
Initial y_pos position of window.

Description:

Calculator application.

Examples:

Run phcalc using the Photon server on node 4:

phcalc -s4

Or

phcalc -s//4/dev/photon

Run at initial position (10,10):

phcalc -x10 -y10


[Previous] [Contents] [Index] [Next]