LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jot

generates sequential or random data

TLDR

Generate sequence
$ jot [10]
copy
Generate range
$ jot [10] [1] [100]
copy
Generate with step
$ jot - [1] [100] [5]
copy
Random numbers
$ jot -r [5] [1] [100]
copy
Repeated string
$ jot -b [string] [5]
copy
Formatted output
$ jot -w "[%02d]" [10]
copy

SYNOPSIS

jot [options] [reps [begin [end [step]]]]

DESCRIPTION

jot generates sequential or random data. It produces numbers, characters, or formatted strings.The tool is useful for generating test data and sequences. It supports various output formats.

PARAMETERS

REPS

Number of repetitions.
BEGIN
Starting value.
END
Ending value.
STEP
Increment.
-r
Random values.
-b STRING
Repeat string.
-w FORMAT
Printf format.
-s STRING
Separator.
--help
Display help information.

INSTALL

sudo apt install athena-jot
copy
sudo apk add outils-jot
copy
brew install jot
copy
nix profile install nixpkgs#jot
copy

CAVEATS

BSD utility. Not in GNU coreutils. Use seq for portability.

HISTORY

jot originated in BSD Unix as a data generator utility. It provides more flexibility than seq.

SEE ALSO

seq(1), yes(1), printf(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