📄 t.longoptions
字号:
#! /bin/sh# Note: When run via "make check", test output files are automatically deleted.# When run from the command line, output files are left in directory# longoptions.YYYYMMDD. This is useful when something is different.## ./inputs - test inputs# ./outputs - known correct outputs## longoptions.YYYYMMDD:# directory containing individual output filesNODB=1 . ${srcdir:=.}/t.frameCFG="${TMPDIR}/test.cf"MSG="${TMPDIR}/test.msg"cat >$CFG <<EOFblock_on_subnets = Nocharset_default = us-asciireplace_nonascii_characters = Nono-header-tags = Yesstats_in_header = Yesreport-unsure = Nothresh_update = 0.000000timestamp = Yestimestamp-date = 20040822EOFcat >$MSG <<EOFFrom testSubject: subjectthis is a testEOF$BOGOLEXER -D -c $CFG -p -I $MSG > ${TMPDIR}/bogolexer.out$BOGOFILTER -D -c $CFG -v -n -I $MSG > ${TMPDIR}/bogofilter.out
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -