mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
20 lines
423 B
Markdown
20 lines
423 B
Markdown
# lorem
|
|
|
|
> 랜덤한 라틴어 모양의 플레이스홀더 텍스트 생성.
|
|
> 더 많은 정보: <https://manned.org/lorem>.
|
|
|
|
- 지정된 수의 단어 출력:
|
|
|
|
`lorem -n {{20}}`
|
|
|
|
- 괴테의 파우스트 10줄 출력:
|
|
|
|
`lorem -l {{10}} --faust`
|
|
|
|
- 포의 까마귀 5문장 출력:
|
|
|
|
`lorem -s {{5}} --raven`
|
|
|
|
- 보카치오의 데카메론에서 랜덤한 문자 40개 출력:
|
|
|
|
`lorem --randomize -c {{40}} --decamerone`
|