LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

mult

Run a command multiple times and compare outputs

TLDR

Run a command 5 times
$ mult -n 5 "[command]"
copy
Run with delay between executions
$ mult -n 5 -d 1s "[command]"
copy
Stop on first failure
$ mult -n 10 --fail-fast "[command]"
copy

SYNOPSIS

mult [options] command

DESCRIPTION

mult is a TUI tool that executes a shell command multiple times and displays each run's output for comparison. It is useful for identifying inconsistent server behavior, examining unreliable test outcomes, and conducting quick performance assessments.The TUI provides side-by-side output comparison of each run.

PARAMETERS

-n COUNT

Number of times to run the command.
-d, --delay DURATION
Delay between executions.
--fail-fast
Stop execution on the first failure.

INSTALL

yay -S mult
copy

CAVEATS

Commands with side effects will execute those effects on every run. Use with caution for destructive commands.

HISTORY

mult was created by dhth and is written in Go.

SEE ALSO

watch(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid