1LPTEST(1) General Commands Manual LPTEST(1)
2
3
4
6 lptest - generate lineprinter ripple pattern
7
9 lptest [ length [ count ] ]
10
12 Lptest writes the traditional "ripple test" pattern on standard output.
13 In 96 lines, this pattern will print all 96 printable ASCII characters
14 in each position. While originally created to test printers, it is
15 quite useful for testing terminals, driving terminal ports for debugā
16 ging purposes, or any other task where a quick supply of random data is
17 needed.
18
19 The length argument specifies the output line length if the the default
20 length of 79 is inappropriate.
21
22 The count argument specifies the number of output lines to be generated
23 if the default count of 200 is inappropriate. Note that if count is to
24 be specified, length must be also be specified.
25
284.3 Berkeley Distribution April 29, 1985 LPTEST(1)