The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

dq-deque - run a command on one task from an IPC::DirQueue queue

SYNOPSIS

dq-deque --dir qdirectory command arg arg ...

DESCRIPTION

dq-deque will remove one task from an IPC::DirQueue directory, run the named command, and then exit.

The command is run as:

    command arg arg ... nameofdatafile

SEE ALSO

IPC::DirQueue(3) dq-deque(1) dq-list(1) dq-server(1) dq-submit(1)