📄 nextcwell
字号:
#! /bin/sh# Run cwell with CWP X Graphicsdemo=9MACHINE=kellerUSER="-l jkc"# If NEXTFILE is empty (eg. comment off), display with image on NeXT#NEXTFILE="~jkc/Images/CWELL/demo${demo}wig.eps"if [ -z "$NEXTFILE" ]then remoteCommand="images"else remoteCommand="cat >$NEXTFILE"ficwellcshot2suaddhead <demo${demo}traces ftn=1 ns=501 |sushw key=dt a=4000 |sugain gagc=1 wagc=0.5 |suaddnoise sn=5000 | # to help pswigpsupswigp title="Crosswell Data (AGC)" \ label1="Time in Seconds" label2="Trace" |rsh $MACHINE $USER $remoteCommand
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -