Linux command
lorem 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Generate paragraphs
lorem [5]
Generate sentences
lorem -s [10]
Generate words
lorem -w [50]
Generate bytes
lorem -b [500]
Copy to clipboard
lorem [3] | pbcopy
说明
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.
参数
- -s
- Generate sentences.
- -w
- Generate words.
- -b
- Generate bytes.
- -p
- Generate paragraphs (default).
- --help
- Display help information.
FAQ
What is the lorem command used for?
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.
How do I run a basic lorem example?
Run `lorem [5]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -s do in lorem?
Generate sentences.