tldr/pages/common/fortune.md

28 lines
347 B
Markdown
Raw Normal View History

2015-12-23 13:30:24 +00:00
# fortune
> Print a random quotation (fortune-cookie style).
2015-12-23 13:30:24 +00:00
- Print a quotation:
2015-12-23 13:30:24 +00:00
`fortune`
- Print a quotation from a given database:
2015-12-23 13:30:24 +00:00
`fortune {{database}}`
- Print a list of quotation databases:
2015-12-23 13:30:24 +00:00
`fortune -f`
- Print an offensive quotation:
2015-12-23 13:30:24 +00:00
`fortune -o`
- Print a long quotation:
2015-12-23 13:30:24 +00:00
`fortune -l`
- Print a short quotation:
2015-12-23 13:30:24 +00:00
`fortune -s`