esps_plot

来自「speech signal process tools」· 代码 · 共 17 行

TXT
17
字号
#! /bin/sh# do not hack this file.  Change it in the install script and rerun install# This script is fed a tektronix format plot file in standard input.## For the case of a remote machine do something like: (masscomp is the remote)# rsh masscomp ipr -Ltektronix -D\"prerasterization on\"## For a postscript printer do:  (We will send tek2ps on request)# tek2ps -e | lpr## For ipr (imagen) on the local machine you usually do:ipr -Ltektronix -D"prerasterization on"## For an imagen on CONVEX you might do:# (echo "@document(language tektronix)"; cat -) | /usr/ucb/lpr -Pip -v#

⌨️ 快捷键说明

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