⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 faxspool.rules.sample

📁 embedded xLinux root 5.4
💻 SAMPLE
字号:
## faxspool.rules: configuration file for "faxspool"## file suffixes and file format conversions that are not handled by # the built-in routines in "faxspool" can be added here## $Id: faxspool.rules,v 4.1 1999/06/29 13:27:51 gert Exp $# file name suffix -> file format mapping# after the SUFFIX key word, name the extention, and then the file format:## the following mappings are already built-in into faxspool:##SUFFIX .g3 g3#SUFFIX .asc ascii#SUFFIX .txt ascii#SUFFIX .ps ps#SUFFIX .lj lj#SUFFIX .pcl lj## file format -> conversion command rules## $1 is set to the input file name, $2 is the base name for the # output file(s), and $3 is "-n", if normal resolution has been requested## Warning: better use absolute path names here, as "faxspool" might be#          called without a reasonable value for $PATH### Again, some examples that are similar to what is already built in:## postscript files (using dfaxhigh driver)#FILTER ps /usr/bin/gs -sDEVICE=dfaxhigh -sOutputFile=$2%03d -dNOPAUSE -q -dSAFER - <$1# postscript files (using faxg3 driver)#FILTER ps /usr/bin/gs -sDEVICE=faxg3 -r204x198 -sOutputFile=$2%03d -dNOPAUSE -q -dSAFER - <$1## ASCII files, filter via ghostscript#FILTER ascii /usr/bin/gs -sDEVICE=dfaxhigh -sOutputFile=$2%03d -dNOPAUSE -q -- gslp.ps -fCourier-Bold10 -B $1## G3 files are just filtered through "g3cat" to clean errors#FILTER g3 /usr/local/bin/g3cat $1 >$2.001## HP Laserjet stuff is filtered via "hp2hig3"...#FILTER lj /usr/local/bin/hp2hig3 -r$2 <$1#

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -