Revision 2139, 0.6 kB
(checked in by jerome, 20 years ago)
|
Added the Log keyword property
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision Log
|
Line | |
---|
1 | #! /bin/sh |
---|
2 | # |
---|
3 | # $Id$ |
---|
4 | # |
---|
5 | # The following was adapted from a post found on usenet. |
---|
6 | # |
---|
7 | # It works with my Apple LaserWriter 16/600 PS and with |
---|
8 | # my HP LasetJet 2100 TN with AppleTalk enabled. |
---|
9 | # |
---|
10 | # As always, YMMV. |
---|
11 | # |
---|
12 | echo Please uncomment one of the lines, adapt the script and restart. |
---|
13 | echo You can get AppleTalk printer\'s names with the nbplkup command. |
---|
14 | # /usr/bin/pap -p "RAMPAL-16/600:LaserWriter" pagecount.ps 2>/dev/null | grep -v status | grep -v Connect |
---|
15 | # /usr/bin/pap -p "LaserJet 2100 NT:LaserWriter" pagecount.ps 2>/dev/null | grep -v status | grep -v Connect |
---|