1f1cb5275Szrj.\" $OpenBSD: banner.1,v 1.8 2007/08/06 19:16:06 sobrado Exp $ 2f1cb5275Szrj.\" $NetBSD: banner.1,v 1.1.1.1 1995/04/09 05:53:04 cgd Exp $ 3f1cb5275Szrj.\" 4f1cb5275Szrj.\" @(#)Copyright (c) 1995, Simon J. Gerraty. 5f1cb5275Szrj.\" 6f1cb5275Szrj.\" This is free software. It comes with NO WARRANTY. 7f1cb5275Szrj.\" Permission to use, modify and distribute this source code 8f1cb5275Szrj.\" is granted subject to the following conditions. 9f1cb5275Szrj.\" 1/ that the above copyright notice and this notice 10f1cb5275Szrj.\" are preserved in all copies and that due credit be given 11f1cb5275Szrj.\" to the author. 12f1cb5275Szrj.\" 2/ that any changes to this code are clearly commented 13f1cb5275Szrj.\" as such so that the author does not get blamed for bugs 14f1cb5275Szrj.\" other than his own. 15f1cb5275Szrj.\" 16f1cb5275Szrj.\" Please send copies of changes and bug-fixes to: 17f1cb5275Szrj.\" sjg@zen.void.oz.au 18f1cb5275Szrj.\" 19f1cb5275Szrj.Dd November 15, 2017 20f1cb5275Szrj.Dt BANNER 1 21f1cb5275Szrj.Os 22f1cb5275Szrj.Sh NAME 23f1cb5275Szrj.Nm banner 24f1cb5275Szrj.Nd print strings in large letters 25f1cb5275Szrj.Sh SYNOPSIS 26f1cb5275Szrj.Nm 27f1cb5275Szrj.Ar string ... 28f1cb5275Szrj.Sh DESCRIPTION 29f1cb5275Szrj.Nm 30f1cb5275Szrjprints up to 10 characters of each 31f1cb5275Szrj.Ar string 32f1cb5275Szrjin large letters on the standard output. 33f1cb5275Szrj.Sh EXAMPLES 34f1cb5275SzrjThe command 35f1cb5275Szrj.Ic banner dragonfly 36f1cb5275Szrjdisplays: 37*f54295d8Szrj.Bd -literal 38f1cb5275Szrj ##### ##### ## #### #### # # ###### # # # 39f1cb5275Szrj # # # # # # # # # # ## # # # # # 40f1cb5275Szrj # # # # # # # # # # # # ##### # # 41f1cb5275Szrj # # ##### ###### # ### # # # # # # # # 42f1cb5275Szrj # # # # # # # # # # # ## # # # 43f1cb5275Szrj ##### # # # # #### #### # # # ###### # 44f1cb5275Szrj.Ed 45f1cb5275Szrj.Sh SEE ALSO 46f1cb5275Szrj.Xr echo 1 47