![]() |
![]()
| ![]() |
![]()
NAMErxstack - access the Rexx data queue SYNOPSISrxstack [ -fifo | -lifo ] [ -drop | -num | -peek | -pop | -print | -string data ] DESCRIPTIONrxstack is a program to access the data queue served by rxque(1) and used by rexx(1). It can be used to stack the output of a Unix command for use in Rexx programs or to feed the contents of the queue into a Unix command. With no parameters, rxstack reads lines from the standard input and stacks them in FIFO (first in, first out) order. This behaviour may be modified by supplying an alternative order and/or an alternative action to perform. OPTIONS
ENVIRONMENTThe environment variable RXSTACK must be set to the name of the communication socket which is in use by a stack server. SEE ALSOrexx(1), rxque(1), The REXX/imc documentation. AUTHORIan Collier <imc@comlab.ox.ac.uk>
|