Jump to content

Hello world/Line printer: Difference between revisions

Line 203:
# 4. BSD has /dev/lpt0, /dev/lpt1, ... for the parallel ports;
# and /dev/ulpt0, /dev/ulpt1, ... for the USB printers.
# Note that intermingling can occur if two processes write to the device at the
# same time. Using the print spooler method above avoids this problem,
#
echo 'Hello World!' >/dev/lp0
Cookies help us deliver our services. By using our services, you agree to our use of cookies.