rpar

Crates.iorpar
lib.rsrpar
version0.1.0
sourcesrc
created_at2024-05-24 19:46:42.999617
updated_at2024-05-24 19:46:42.999617
descriptionRun terminal command multiple times in parallel
homepage
repository
max_upload_size
id1251491
size7,109
(wowonline)

documentation

README

Usage of command:

rpar [RPAR ARGUMENTS] -- COMMAND [COMMAND ARGUMENTS]

Examples of usage:

    ./rpar -t 10 -s -- ls -l

or

    cargo run -- -t 10 -s -- ls -l
    ./rpar -t 1 -u -- curl www.google.com

rpar arguments:

arg  --times [TIMES] /  -t     - to execute command [TIMES] times
                                 Default: command is executed 1 time

arg  --silent        /  -s     - to suppress output.
                                 Default: output is not suppressed

arg  --unparallel    /  -u     - to execute command in sequential way.
                                 Default: command is executed in a parallel way
Commit count: 0

cargo fmt