RXQUEUE(1) | User Commands | RXQUEUE(1) |
rxqueue - The Regina Rexx Interpreter external queue filter
rxqueue [-h, --help] [-D, --debug] [-t string, --text string] [queue] [/fifo | /lifo | /clear | /pull | /queued]
rxqueue is a utility that provides access to the Regian Rexx external queue daemon (rxstack). It acts as a filter by placing lines onto a queue via stdin or a single line with the -t or --text switches. Lines can be pulled off the queue to stdout
rxqueue uses the following environment variables if set.
The Regina Rexx interpreter is distributed under the GNU Library General Public License, see the file `COPYING-LIB' in the source code distribution.
Anders Christensen, University of Trondheim, Norway <anders (at) pvv.unit.no>.
Changes to Regina since 0.07a, Mark Hessling <mark (at) rexx.org> with significant assistance from Florian Grosse-Coosmann.
rxstack(1)
There are several good reference books on Rexx. The most famous is "The Rexx Language" by Mike Cowlishaw. Visit http://www.rexxla.org (The Rexx Language Association) for any Rexx related information.
June 2013 | Regina Rexx Interpreter |