📄 testfile
字号:
#! /bin/sh# @(#)testfile 1.3 3/23/89 ESI: ${PAGER='more'}USE_ESPS_COMMON=offESPS_VERBOSE=0export USE_ESPS_COMMON ESPS_VERBOSEclearecho "This shell scripts checks the integrity of two the conversion"echo "programs, spstoa(1-ESPS) and atosps(1-ESPS)"echo; echotrap 'echo removing temp files; /bin/rm -f $original $converted; exit' 2sa=spstoaas=atospsoriginal=/tmp/init$$converted=/tmp/conv$$testsd test.sd cp test.sd $original echo echo "$sa $original - | $as - $converted" $sa $original - | $as - $converted echo echo "Now comparing psps(1-ESPS) outputs of" $original "and" $converted pspsdiff -a -v $original $converted | $PAGERechoecho "removing temporary files"/bin/rm -f $original $converted test.sdecho "good bye"exit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -