LinuxCommandLibrary

lorem

lorem

TLDR

Print the specified number of words

$ lorem -n [20]
copy


Print 10 lines of Goethe's Faust
$ lorem -l [10] --faust
copy


Print 5 sentences of Poe's Raven
$ lorem -s [5] --raven
copy


Print 40 random characters from Boccaccio's Decameron
$ lorem --randomize -c [40] --decamerone
copy

Copied to clipboard