psmerge
来自「su 的源代码库」· 代码 · 共 25 行
TXT
25 行
#! /bin/sh# shell script for demonstrating PSMERGE# make datasuplane > junk.susuplane | sufilter > junk1.su# make PostScript Plots of datasupswigb < junk.su wbox=6 hbox=2.5 \ title="Wiggle trace" label1="sec" label2="traces" > junk1.epssupscontour < junk.su wbox=2.5 hbox=2.5 \ title="Contour Plot" label1="sec" label2="traces" > junk3.epssupswigp < junk1.su wbox=2.5 hbox=2.5 \ title="Filtered" label2="traces" > junk4.eps# merge PostScript plotspsmerge in=junk1.eps translate=0.,0. \ in=junk3.eps translate=0.0,3.7 \ in=junk4.eps translate=3.3,3.7 > junk5.epsecho "You may view the files: junk1.eps, junk3.eps, junk4.eps, junk5.eps"echo "with your PostScript Previewer"exit 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?