The basic printing commands under both systems are listed below.
| Old | New | Purpose |
|---|---|---|
| lpr | lp | Send a job to the printer |
| lpq | lpstat | Where is the job in the queue? |
| lprm | cancel | Cancel a print request |
| lpr -Pgclps file | lp -d gclps file | Print file on gclps |
| lpr -h | lp -o nobanner | Do not print a banner page |
| lpq -Pgclps | lpstat -p gclps | Print the queue of gclps |