Man page - lorem(1)
Packages contas this manual
Package: libtext-lorem-perl
apt-get install libtext-lorem-perl
apt-get install libtext-lorem-perl
Manuals in package:
Documentations in package:
Manual
| LOREM(1p) | User Contributed Perl Documentation | LOREM(1p) |
NAME
lorem - Generate random Latin looking text using Text::Lorem
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".
| 2022-11-30 | perl v5.36.0 |