2015-12-23 13:30:24 +00:00
|
|
|
# fortune
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> Print a random quotation (fortune-cookie style).
|
2015-12-23 13:30:24 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Print a quotation:
|
2015-12-23 13:30:24 +00:00
|
|
|
|
|
|
|
`fortune`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Print an offensive quotation:
|
2015-12-23 13:30:24 +00:00
|
|
|
|
|
|
|
`fortune -o`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Print a long quotation:
|
2015-12-23 13:30:24 +00:00
|
|
|
|
|
|
|
`fortune -l`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Print a short quotation:
|
2015-12-23 13:30:24 +00:00
|
|
|
|
|
|
|
`fortune -s`
|
2016-01-05 08:17:48 +00:00
|
|
|
|
|
|
|
- List the available quotation database files:
|
|
|
|
|
|
|
|
`fortune -f`
|
|
|
|
|
|
|
|
- Print a quotation from one of the database files listed by `fortune -f`:
|
|
|
|
|
|
|
|
`fortune {{filename}}`
|