Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xlsatoms(1x) [osf1 man page]

xlsatoms(1X)															      xlsatoms(1X)

NAME
xlsatoms - list interned atoms defined on server SYNOPSIS
xlsatoms [-options...] OPTIONS
This option specifies the X server to which to connect. This option specifies a printf-style string used to list each atom <value,name> pair, printed in that order (value is an unsigned long and name is a char *). xlsatoms will supply a newline at the end of each line. The default is %ld %s. This option specifies the range of atom values to check. If low is not given, a value of 1 assumed. If high is not given, xlsatoms will stop at the first undefined atom at or above low. This option specifies the name of an atom to list. If the atom does not exist, a message will be printed on the standard error. DESCRIPTION
The xlsatoms command lists the interned atoms. By default, all atoms starting from 1 (the lowest atom value defined by the protocol) are listed until unknown atom is found. If an explicit range is given, xlsatoms will try all atoms in the range, regardless of whether or not any are undefined. ENVIRONMENT
to get the default host and display to use. SEE ALSO
X(1X), Xserver(1X), xprop(1X) AUTHOR
Jim Fulton, MIT X Consortium xlsatoms(1X)

Check Out this Related Man Page

XLSATOMS(1)						      General Commands Manual						       XLSATOMS(1)

NAME
xlsatoms - list interned atoms defined on server SYNOPSIS
xlsatoms [-options ...] DESCRIPTION
Xlsatoms lists the interned atoms. By default, all atoms starting from 1 (the lowest atom value defined by the protocol) are listed until unknown atom is found. If an explicit range is given, xlsatoms will try all atoms in the range, regardless of whether or not any are unde- fined. OPTIONS
-display dpy This option specifies the X server to which to connect. -format string This option specifies a printf-style string used to list each atom <value,name> pair, printed in that order (value is an unsigned long and name is a char *). Xlsatoms will supply a newline at the end of each line. The default is %ld %s. -range [low]-[high] This option specifies the range of atom values to check. If low is not given, a value of 1 assumed. If high is not given, xlsatoms will stop at the first undefined atom at or above low. -name string This option specifies the name of an atom to list. If the atom does not exist, a message will be printed on the standard error. SEE ALSO
X(7), Xserver(1), xprop(1) ENVIRONMENT
DISPLAY to get the default host and display to use. AUTHOR
Jim Fulton, MIT X Consortium XFree86 Version 4.7.0 XLSATOMS(1)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

atom third problems

Hi All, I have troubles with atom third tool... I have instrumented a program, but that one is runned via exec...(ksh shell) the program works normally but when I stop it, the log (program.3log) is not created by third... I forgot to tell that the program runned is a server Tuxedo.... Can... (0 Replies)
Discussion started by: el_referente
0 Replies

2. What is on Your Mind?

Useful UNIX blogs?

This is both an answer and a question. I have attached a OPML-formatted list of my RSS/atom feeds for useful UNIX blogs. What blogs do you read? (4 Replies)
Discussion started by: otheus
4 Replies

3. Shell Programming and Scripting

Multiple indexed conditions with ksh

Dear Unix Experts, I have randomly generated the x, y, and z coordinates of 16 atoms of two species, A and B (8 atoms each) Then I calculated the spacing between all the A atoms labeled d1, B atoms labeled d2 and between A and B atoms labeled d3. I would like to save the x, y, z coordinates to... (1 Reply)
Discussion started by: vahid
1 Replies