banner (1) - Linux Manuals
banner: prints a short string to the console in very large letters
NAME
banner - prints a short string to the console in very large lettersSYNOPSIS
banner stringDESCRIPTION
This is a classic-style banner program similar to the one found in Solaris or AIX in the late 1990s. It prints a short string to the console in very large letters.
Banners that do not fit in the terminal will be truncated. If $COLUMNS is exported in the environment, it is taken to be the width of the terminal. If $COLUMNS is not exported, and TIOCGWINSZ is available on the platform, then its idea of the terminal size is used. Otherwise, a terminal width of 80 characters is assumed.
Usage is straightforward. For instance, a single word is printed like this:
Multiple arguments are printed on separate lines:
>
#
#
#
###
#
#
#
>
#######
#
#
#
#
#
#######
#######
#