LinuxCommandLibrary

lorem

generates Lorem Ipsum placeholder text

TLDR

Generate paragraphs

$ lorem [5]
copy
Generate sentences
$ lorem -s [10]
copy
Generate words
$ lorem -w [50]
copy
Generate bytes
$ lorem -b [500]
copy
Copy to clipboard
$ lorem [3] | pbcopy
copy

SYNOPSIS

lorem [options] [count]

DESCRIPTION

lorem generates Lorem Ipsum placeholder text. It creates dummy text for design and development.
The tool produces paragraphs, sentences, or words of standard Lorem Ipsum text.

PARAMETERS

COUNT

Number of units to generate.
-s
Generate sentences.
-w
Generate words.
-b
Generate bytes.
-p
Generate paragraphs (default).
--help
Display help information.

CAVEATS

Various implementations exist. Output format varies. Development/design use.

HISTORY

Lorem Ipsum text originates from Cicero's "De finibus bonorum et malorum" (45 BC), used as placeholder text since the 1500s.

SEE ALSO

shuf(1), fortune(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community