source: trunk/athena/bin/lpr/listspools @ 6954

Revision 6954, 140 bytes checked in by probe, 31 years ago (diff)
Initial revision
  • Property svn:executable set to *
Line 
1#!/bin/csh -f
2
3set f=/etc/printcap
4set a=(`egrep sd= $f|egrep -v '^#'|sed 's/^[    ]*:sd=//'|sed 's/:\\//'`)
5foreach i (${a})
6        echo ${i}
7        end
Note: See TracBrowser for help on using the repository browser.