drv(1) Apple Inc. drv(1)NAME
drv - cups driver interface for ppd compiler files
SYNOPSIS
drv list
drv cat drv:///filename.drv/pcfilename
DESCRIPTION
drv lists and compiles PPDC source files installed in the /usr/share/cups/drv and (on Mac OS X) /Library/Printers/PPDs/Contents/Resources
directories on behalf of the scheduler, cupsd(8).
The first form of the command lists all of the PPD files that can be produced by the driver information files in the two directories.
The second form of the command compiles the requested PPD and sends it to the standard output.
SEE ALSO ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdpo(1), ppdcfile(5)
http://localhost:631/help
COPYRIGHT
Copyright 2008-2009 by Apple Inc.
9 March 2009 CUPS drv(1)
Check Out this Related Man Page
cupsd-helper(8) Apple Inc. cupsd-helper(8)NAME
cupsd-helper - cupsd helper programs
SYNOPSIS
cups-deviced request-id limit user-id options
cups-driverd cat ppd-name
cups-driverd list request_id limit options
cups-exec sandbox-profile [ -g group-id ] [ -n nice-value ] [ -u user-id ] /path/to/program argv0 ... argvN
DESCRIPTION
The cupsd-helper programs perform long-running operations on behalf of the scheduler, cupsd(8). The cups-deviced helper program runs each
CUPS backend(7) with no arguments in order to discover the available printers.
The cups-driverd helper program lists all available printer drivers, a subset of "matching" printer drivers, or a copy of a specific driver
PPD file.
The cups-exec helper program runs backends, filters, and other programs. On macOS these programs are run in a secure sandbox.
FILES
The cups-driverd program looks for PPD and driver information files in the following directories:
/Library/Printers
/opt/share/ppd
/System/Library/Printers
/usr/local/share/ppd
/usr/share/cups/drv
/usr/share/cups/model
/usr/share/ppd
PPD files can be compressed using the gzip(1) program or placed in compressed tar(1) archives to further reduce their size.
Driver information files must conform to the format defined in ppdcfile(5).
SEE ALSO backend(7), cups(1), cupsd(8), cupsd.conf(5), filter(7), ppdcfile(5), CUPS Online Help (http://localhost:631/help)
COPYRIGHT
Copyright (C) 2007-2017 by Apple Inc.
15 April 2014 CUPS cupsd-helper(8)
Dear All
I am using cat command for concatenating multiple files. Some time i also use append command when there are few files.
Is there faster way of concatenating multiple files(60 to 70 files) each of
156 MB or less/more.:)
Thanx (1 Reply)
Hi All,
I want a command which will give me list of all directories as well as files which are having this text "dras_get" in them.
If I use the following command:
cat /parentdir/filename | egrep 'dras_get' then I have two variables. Is there anyway I can get the list of directories as... (6 Replies)
i have data files in different directories like /jadat
/cadat etcc... i have list of this directories in a file files.
content of files:
ja
ca
directories:
/jadat
/cadat
file in each of these directories
natt_trans_like.dat
i need to loop though each directory for a... (1 Reply)
Hi,
I recently swapped the ethernet port that my Sun Fire v240 was using and back again to test a different connection. I didn't anticiapte any major problems to be caused by this.
However, after a reboot, I am now stuck in a boot loop with the following errors:
forceload of drv/qus... (6 Replies)
Hi,
There are huge no of files in the directory. If i say ls -ltr it is taking too much time. i want to see only the files for Feb,2009. Please help.
Thanks (3 Replies)
2009/03/30 08:11:34.553 DFP
2009/03/30 08:11:36.861 PLO
I want it to be
2009/03/30 09:11:34.553 DFP
2009/03/30 09:11:36.861 PLO
and
2009/03/30 23:11:34.553 DFP
2009/03/30 23:11:36.861 PLO
to be
2009/03/30 00:11:34.553 DFP
2009/03/30 00:11:36.861 PLO
Can we use sed or... (4 Replies)
Hi,
can someone help me with htis current problem, when i do
du -ks * it lists the files as well, but how can i make it just show the directories in the current position without the files? (no subdir's of the directories inside this dir as well)
thanks (5 Replies)
Hi,
In my file I have following to lines
-------------------------------------------
C:/India/Apple/Mumbai/Red_Apple/Apple.txt
cd C:/India/Apple && run
-------------------------------------------
I want to replace "C:/India/Apple" with "D:/Test/Red_Apple" whereever the pattern... (6 Replies)
I need a scriptto print only those files from a list of files starting with STMT* which are not of zero bytes ...i.e they have some size
if these are the files
631
-rw-r--r-- 1 assrisa assrisa 39099 Aug 19 07:16 STMT_05_D1090819_T071320
-rw-r--r-- 1 assrisa assrisa 0 Aug 19... (2 Replies)
Need some help with ls command. We have a lot of files in one of our directories and it need to list files by month. What would be command to do that.
OS: AIX
Thanks. (3 Replies)
:confused:
hi all,
I need to delete all the files from a archieve directory whose filename
starts with 2008, 2009. The folder consists of 2008, 2009, 2010 and 2011.
the filename example is as below:
20081111_12_asc_ac_st.zip similarly there are files for 2009.
There are around... (2 Replies)
hi,
I want to remove first word in all files where first and second word is seperated by comma.
example: a file contains Apple,mango.
i need only mango shoule be there in the file???
Apple, should be removed!!!!!
can anyone help me out???
thanks in advance,
Arun Manas:b: (2 Replies)
Can we concatenate say,
I have a few files prefixing with 2009...
So now i want all the 2009 files into one single file..
Can this be achieved???? (4 Replies)
This is a quote from the Apple security configuration (you can download it from Apple)
" Using ACLs to Restrict Usage of Setuid Programs
The ACL feature of Mac OS X can also be used to restrict the execution of setuid
programs. Restricting the execution of setuid programs to administrators... (3 Replies)
The code I created monitors directories, files and reports when it has changed. It saves the md5sums of the files it is monitoring and sends alert whenever any files change.
It sends an excel report to admin. My code is not working. I getting error messages.
log.xlsx - the log output should... (3 Replies)