Methods of payment Abuse

The fortune team

17.08.2023, 20:04

The fortune command is used to output a random quote or aphorism. It is often used to add some variety to the normal work in the terminal.

Example of using the fortune command

fortune

The result of executing the command will be a random quote or aphorism, which may be comic, philosophical or otherwise.

The s option tells the utility to generate small quotes.

To output a quote, you can use cowsay:

fortune | cowsay

How to install in Ubuntu?


To install the fortune command in Ubuntu, you can follow these steps:

Open the terminal.

Update the package list with the command:

sudo apt update

Install the fortune program using the command:

sudo apt install fortune-mod

Upon completion of the installation, the fortune command will be available for use.

After installation, you can use the fortune command to output random quotes and aphorisms in the terminal. You can redirect the output of the command to a file or use it together with other commands to create interesting effects.