banner (1) Linux Manual Page
banner – prints a short string to the console in very large letters
Synopsis
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:
>
#######
#
#
#
#
#
#######
#######
#
#
#
#
#
#
To get a single long line containing whitespace, you must quote the string:
>
#######
#
#
#
#
#
