?? run_test.csh
字號:
#!/usr/bin/csh -f# run_test.csh exit code 0 = succesful# run SEM2DPACKrm -f *_sem2d.*sem2dsolve > info# run comparison to reference solution (matlab script)rm -f test.outmatlab -nosplash -nojvm < analyze_test.m > test.out# test: exit code 0 = succesfulgrep -sq "Test = 1" test.out # takes exit code from last command# value in caller script is in $statusexit
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -