Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
sending output to printer
Name: rgoyal Date: October 22, 2002 at 04:17:46 Pacific OS: windows 2000 CPU/Ram: 128
Comment:
hi, Windows 2000 professional and redhat linux is loaded on my system.
I am writing my code in C under Linux.My machine is a node in network and a printer is connected to other machine in the network.
I want to get the output of C program on the printer.
Summary: I want to send output of my print spooler program directly to printer. Presently I am able to get the printing done on the console itself. ...
Summary: Hi, I am writing one unix script to get row count of few tables into one sequential file my script is like this $ORACLE_HOME/bin/sqlplus -s <<EOF >output.txt userid/password@databasename set ve...
Summary: Firstly, I assume you don't want to see the output from the grep? So you want to add the following to the end... >/dev/null -- sends output to nowhere 2>&1 -- sends error messages to same as output. T...