1DQ-DEQUE(1) User Contributed Perl Documentation DQ-DEQUE(1)
23
4
NAME
6dq-deque - run a command on one task from an IPC::DirQueue queue
7
SYNOPSIS
9dq-deque --dir qdirectory command arg arg ...
10
DESCRIPTION
12dq-deque will remove one task from an "IPC::DirQueue" directory, run
13the named command, and then exit.
1415
The command is run as:
1617
command arg arg ... nameofdatafile
18
SEE ALSO
20IPC::DirQueue(3) dq-deque(1) dq-list(1) dq-server(1) dq-submit(1)
2122
23
24
perl v5.32.1 2021-01-27 DQ-DEQUE(1)