xref: /plan9/sys/man/1/fortune (revision 219b2ee8daee37f4aad58d63f21287faa8e4ffdc)
FORTUNE 1
NAME
fortune - sample lines from a file
SYNOPSIS
fortune [ file ]
DESCRIPTION
Fortune prints a one-line aphorism chosen at random. If a file is specified, the saying is taken from that file; otherwise it is selected from /sys/games/lib/fortunes .
FILES
/sys/games/lib/fortunes

/sys/games/lib/fortunes.index fast lookup table, maintained automatically

SOURCE
/sys/src/cmd/fortune.c