On Thu, 2005-06-16 at 16:03 +1000, Jason Brown wrote: > I want to pipe the output of a command to a printer that is installed > and connected via IP using HP jet direct port. How would I do this?? > > Thanks > Jason > Jason, Something like: ls -l | lpr -Plp Replace ls -l with your command, and -Plp with -P<your printer name>, or without the -P argument if the desired printer is the default. Bob...