% PRINT-HEADER(1) Version 3.0.1 | Scripts Documentation % Georg Voell - georg.voell@oracle.com % (c)2020 Oracle NAME ==== **print-header** - (TCSH Script) Reads a file and pretty prints a frame around the content. SYNOPSIS ======== | **print-header** \[_options_] _filename_ DESCRIPTION =========== Reads a file and pretty prints a frame around the content. Options ------- -h, \--help          : Displays helptext. -v, \--version          : Displays the version of the script. -c, \--color _colorcode_         : Green colorcode e.g.: "\033[0;32m". Filename ------- A file with some content. EXAMPLES ======== echo "Hello world" > file.tmp : Prints "Hello world" to file "file.tmp" **print-header** file.tmp : /-------------\n : Hello world : \-------------/ EXIT CODES ========== 01: Unknown or wrong parameter. 99: User interrupt. SEE ALSO ======== **print-table**(1), **install-scripts**(1)