lorem - Man Page
Generate random Latin looking text using Text::Lorem
Examples (TL;DR)
- Print the specified number of words:
lorem -n 20
- Print 10 lines of Goethe's Faust:
lorem -l 10 --faust
- Print 5 sentences of Poe's Raven:
lorem -s 5 --raven
- Print 40 random characters from Boccaccio's Decameron:
lorem --randomize -c 40 --decamerone
Synopsis
Generate 3 paragraphs of Latin looking text:
$ lorem -p 3
Generate 5 Latin looking words:
$ lorem -w 5
Generate a Latin looking sentence:
$ lorem -s 1
Description
lorem is a simple command-line wrapper around the Text::Lorem
module. It provides the same three basic methods: Generate words
, generate sentences
, and generate paragraphs
.
Info
2024-07-19 perl v5.40.0 User Contributed Perl Documentation