pscshot

来自「linux环境下fortran语言开发」· 代码 · 共 18 行

TXT
18
字号
#! /bin/sh# Run CSHOT with CWP PS Graphicsdemo=1MACHINE=kellerUSER="-l jkc"      # don't need if usernames the same on both machinesx1beg=0 x1end=10000 x2beg=0 x2end=10000cshot1 |cshotplot  >demo${demo}plot  outpar=demo${demo}parpsgraph <demo${demo}plot par=demo${demo}par style=seismic \	title="Dome " \        hbox=6 grid1=dash grid2=dash \	label1="Depth (ft)"  label2="Range (ft)" \	x1beg=$x1beg x1end=$x1end x2beg=$x2beg x2end=$x2end |rsh $MACHINE $USER images

⌨️ 快捷键说明

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