LPTEST(1) BSD General Commands Manual LPTEST(1)NAME
lptest -- generate lineprinter ripple pattern
SYNOPSIS
lptest [length] [count]
DESCRIPTION
The lptest utility writes the traditional "ripple test" pattern on standard output. In 96 lines, this pattern will print all 96 printable
ASCII characters in each position. While originally created to test printers, it is quite useful for testing terminals, driving terminal
ports for debugging purposes, or any other task where a quick supply of random data is needed.
The length argument specifies the output line length if the default length of 79 is inappropriate.
The count argument specifies the number of output lines to be generated if the default count of 200 is inappropriate. Note that if count is
to be specified, length must be also be specified.
HISTORY
A lptest utility appeared in 4.3BSD.
BSD December 30, 1993 BSD
Check Out this Related Man Page
lptest(1B) SunOS/BSD Compatibility Package Commands lptest(1B)NAME
lptest - generate line printer ripple pattern
SYNOPSIS
/usr/ucb/lptest [ length [count]]
DESCRIPTION
The lptest utility writes the traditional ripple test pattern to the standard output. In 96 lines, the ripple test pattern prints all 96
printable ASCII characters in each position. The ripple test pattern was originally created to test printers. It is also useful for test-
ing terminals, driving terminal ports, debugging, and performing tasks that require a quick supply of random data.
This command is obsolete.
OPTIONS
length Specifies the length of the output line in characters. 79 characters is the default.
count Specifies the number of output lines. 200 lines is the default. If count is specified, length must also be specified.
EXIT STATUS
The following exit values are returned:
0 Successful completion.
non-zero An error occurred.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWscplp |
+-----------------------------+-----------------------------+
SEE ALSO attributes(5)SunOS 5.10 9 Sep 1996 lptest(1B)
Goodmorning all,
as in subject: i'm involved in a project to replace old os400 terminals on twinax with linux/unix computers that run the tn5250 emulator.
at first we got an image of a german configured suse linux that as it runs in germany but we had more problems reconfiguring the suse then... (2 Replies)
Hello everyone,
I have a script that pulls a text file out of a zip archive and updates the file. What I need to do is put it back in the zip archive and replace the old one, but I am having no luck.
Everything I search on forums or internet points to the command zip, that command is not... (6 Replies)
Hello. I am really new to Unix and am trying to set up a local printer on a FreeBSD 6.2 machine. I was able to get some kind of garbage by going lptest > /dev/lpt0, but after I set up the spooler I get nothing but page after page of nothing. I checked the kernel configuration and it had the correct... (1 Reply)
I have a serial printer connected to a 16 port ran. All of a sudden my printer stopped working and not sure how to get it back. Can anyone help pint me in the write direction?
lsdev -Cc printer gives me the following.
lp0 Defined 0A-08-11-00 Other serial printer
lp1 Defined 0A-08-11-03... (3 Replies)