EnglishFrenchSpanish

OnWorks favicon

rancid_par - Online in the Cloud

Run rancid_par in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command rancid_par that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


rancid_par - parallel command processing

SYNOPSIS


rancid_par [-defiqx] [-c command] [-l logfile] [-n #] [-p #] [file [file...]]

DESCRIPTION


rancid_par takes a list of files to run a command on. The first line of each file begins
with a colon (:) or a pound-sign (#). If a colon, the remainder of the line is a command
to run for each of the subsequent lines. If a pound-sign, then each subsequent line is a
(self-contained) command, unless the -c option was specified, in which case the lines
become the arguments replacing the braces ({}s) in the -c argument.

The input file may also be specified on stdin, in the format as previously described.

In each of the cases where the lines of the file, following the first, are not commands
(ie: colon or -c), instances of open-close braces ({}) in the command will be replaced by
these values.

For example, an inputfile whose contents is:

: echo {}
a
b
c

run with rancid_par like so:

%rancid_par -q inputfile

will produce the following output (order will vary):

b
a
c

The command-line options are as follows:

-c Command to be run on each of the arguments following the command-line options,
where the first line of the input file(s) begins with a pound-sign (#).

-d Print debugging information on standard error (stderr). Repeat the option up to
three times for more verbosity.

-e Split args by spaces, rather than using sh -c. Note: -e is incompatible with the
-i option.

-f No input file or STDIN, just run a quantity of the command specified with -c.

-i Run commands interactively through (multiple) xterm(1) processes.

-l Prefix of logfile name, as in prefix.N where N is the rancid_par process number
([0..]).

Default: par.log.<time>.[0..]

-n Number of simultaneous processes.

Default: 3

-p N Pause N seconds between running commands.

-q Quiet mode. Omit the typical processing logs and do not create the log files from
-l, instead the children inherit stdout and stderr from rancid_par. -q is mutually
exclusive with the -x and -l options and the option appearing last will take
precedence.

-x View rancid_par logs in real-time via an xterm(1).

Use rancid_par online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

Ad