LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

fortune

random quotation and fortune display

TLDR

Display random fortune
$ fortune
copy
Show short fortunes
$ fortune -s
copy
Show offensive fortunes
$ fortune -o
copy
Use specific database
$ fortune [literature]
copy
Show fortune source
$ fortune -c
copy

SYNOPSIS

fortune [options] [databases...]

DESCRIPTION

fortune displays a random quotation, joke, or saying from its database files. It's the classic Unix program for adding whimsy to terminals and login sessions.Multiple fortune databases cover categories like literature, riddles, definitions, and jokes. Custom database files can be created with the strfile utility.fortune is commonly added to shell startup files for daily motivation or amusement.

PARAMETERS

DATABASES

Fortune cookie files to use.
-s
Short fortunes only (< 160 chars).
-l
Long fortunes only.
-c
Show the fortune file source.
-o
Include offensive fortunes.
-a
Include all fortune files.
-f
List available fortune files.
-m PATTERN
Match pattern in fortunes.
--help
Display help information.

INSTALL

sudo apk add fortune
copy
sudo zypper install fortune
copy
brew install fortune
copy
nix profile install nixpkgs#fortune
copy

CAVEATS

Offensive fortunes disabled by default. Database availability varies by installation. Some content may be dated.

HISTORY

fortune originated in Unix Version 7 (1979), inspired by fortune cookies. It became a standard part of Unix systems, providing entertainment and occasionally wisdom at the command line.

SEE ALSO

cowsay(1), figlet(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid