1RXQUEUE(1)                  General Commands Manual                 RXQUEUE(1)
2
3
4

NAME

6       rxqueue - Open Object Rexx Queue Filter
7

SYNTAX

9       rxqueue [queuename] [/FIFO|/LIFO/CLEAR]
10

DESCRIPTION

12       This  program  operates as a filter, placing the output of an operating
13       system command onto an Open Object Rexx queue.
14
15
16       The name of the queue to act upon is determined in the following order:
17
18
19       1.     queuename specified on the command line
20
21       2.     The name of the queue  specified  by  the  environment  variable
22              RXQUEUE
23
24       3.     The default queue name SESSION
25
26

OPTIONS

28       /FIFO  places lines onto the queue in first-in first out order. This is
29              the default.
30
31       /LIFO  places lines onto the queue in last-in first out order.
32
33       /CLEAR removes all lines from the queue.
34
35

SEE ALSO

37       rxsubcom(1)
38
39

EXAMPLES

41       ls | rxqueue MYQ /LIFO
42              Place the output from the ls command onto the MYQ queue in last-
43              in first-out order
44
45
46       export RXQUEUE=MYQ;rxqueue /CLEAR
47              Clear the contents of MYQ
48
49

LICENSE

51       Open  Object  Rexx  is distributed under the terms of the Common Public
52       License     v1.0     which     accompanies      this      distribution.
53       http://www.oorexx.org/license.html
54
55
56
57Version 4.2.0                    January 2014                       RXQUEUE(1)
Impressum