Forrest logo
back to context overview

banner

List of commands for banner:

  • banner:tldr:12df5 banner: Read text from `stdin`.
    $ banner
    try on your machine
    explain this command
  • banner:tldr:5febd banner: Print the text message as a large banner (quotes are optional).
    $ banner "${Hello World}"
    try on your machine
    explain this command
  • banner:tldr:ef6e7 banner: Print the text message as a banner with a width of 50 characters.
    $ banner -w ${50} "${Hello World}"
    try on your machine
    explain this command
back to context overview