# xlsatoms(1) - man - phpMan

[XLSATOMS(1)](https://www.chedong.com/phpMan.php/man/XLSATOMS/1/markdown)                            General Commands Manual                           [XLSATOMS(1)](https://www.chedong.com/phpMan.php/man/XLSATOMS/1/markdown)



## 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 un‐
       defined.

## OPTIONS
### -display
               This option specifies the X server to which to connect.

### -format
               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 _%lu\t%s_.

### -range
               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
               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.

### -version
               Print out the program version and exit.

## SEE ALSO
       [X(7)](https://www.chedong.com/phpMan.php/man/X/7/markdown), [Xserver(1)](https://www.chedong.com/phpMan.php/man/Xserver/1/markdown), [xprop(1)](https://www.chedong.com/phpMan.php/man/xprop/1/markdown)

## ENVIRONMENT
       **DISPLAY** to get the default host and display to use.

## AUTHOR
       Jim Fulton, MIT X Consortium



X Version 11                               xlsatoms 1.1.3                                [XLSATOMS(1)](https://www.chedong.com/phpMan.php/man/XLSATOMS/1/markdown)
