GRID

Section: User Commands (1)
Updated: $Revision: 1.3 $
Index Return to Main Contents
 

NAME

grid - generate test pattern  

SYNOPSIS

grid rows columns  

COPYRIGHT

Copyright © 1989 Howard Lee Gayle  

DESCRIPTION

Grid writes on the standard output a test pattern with the given number of rows (lines) and columns. The rows are numbered starting with 1. The columns are numbered at every multiple of 10. The leftmost column is column 1.  

EXAMPLES

To find out how many columns your laser can handle in 10 point fixed-width font:
   % grid 10 100 > t1
   % cz -b 10.0bp -f t1

To get exactly 2048 bytes into a file for tape testing:

   % grid 1 2047 > t2
(The newline makes it 2048.)

Send 100 000 bytes to the terminal, and count how long it takes, in order to compute the true line speed:

   % time grid 100 999

Grid can also be used to produce a guide to column positions for text with fixed column positions.  

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 1, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  

AUTHOR

Howard Gayle, TN/ETX/T/BG, Ericsson Telecom AB, S-126 25 Stockholm, Sweden, howard@ericsson.se, uunet!ericsson.se!howard, Phone: +46 8 719 5565, FAX: +46 8 719 9598, Telex: 14910 ERIC S


 

Index

NAME
SYNOPSIS
COPYRIGHT
DESCRIPTION
EXAMPLES
LICENSE
AUTHOR

This document was created by man2html, using the manual pages.
Time: 06:58:15 GMT, December 12, 2024