mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 03:17:58 +01:00
fortune: add page
This commit is contained in:
parent
e57db141d7
commit
58cec2619d
1 changed files with 27 additions and 0 deletions
27
pages/common/fortune.md
Normal file
27
pages/common/fortune.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# fortune
|
||||
|
||||
> Print a random quotation (fortune-cookie style)
|
||||
|
||||
- Print a quotation
|
||||
|
||||
`fortune`
|
||||
|
||||
- Print a quotation from a given database
|
||||
|
||||
`fortune {{database}}`
|
||||
|
||||
- Print a list of quotation databases
|
||||
|
||||
`fortune -f`
|
||||
|
||||
- Print an offensive quotation
|
||||
|
||||
`fortune -o`
|
||||
|
||||
- Print a long quotation
|
||||
|
||||
`fortune -l`
|
||||
|
||||
- Print a short quotation
|
||||
|
||||
`fortune -s`
|
Loading…
Reference in a new issue