LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

banner

Print large ASCII art text

TLDR

Print banner text
$ banner [HELLO]
copy
Print with a specific width
$ banner -w [60] [HELLO]
copy
Print text read from stdin
$ echo "[HELLO]" | banner
copy

SYNOPSIS

banner [-w cols] text

DESCRIPTION

banner prints large ASCII art banner text to the terminal. It converts text into large block letters suitable for creating eye-catching messages or headers in terminal output. Each argument is truncated at 10 characters and printed on a separate line.If text is not given on the command line, it is read from stdin. Long text is split across multiple lines at word boundaries when possible.

PARAMETERS

-w cols, --width=cols

Set maximum output width in characters. Default is 132.

INSTALL

sudo apt install sysvbanner
copy
sudo dnf install banner
copy
yay -S sysvbanner
copy
nix profile install nixpkgs#banner
copy

CAVEATS

Output width can be very large at the default setting. Not all systems have banner installed. Modern alternatives (figlet, toilet) offer more fonts and features.

HISTORY

banner has been part of Unix systems since the early days, originally used for printing large banners on line printers in the 1970s.

SEE ALSO

figlet(6), toilet(1), cowsay(1)

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