test_gsl_histogram.sh

来自「This library is distributed in the hope 」· Shell 代码 · 共 17 行

SH
17
字号
#! /bin/shcat > test.exp.1.tmp <<EOF1 2 12 3 23 4 04 5 1EOFecho 1 2 2.5 4 | ./gsl-histogram 1 5 4 | tr -d '\r' > test.obs.1.tmpcmp test.exp.1.tmp test.obs.1.tmpSTATUS=$?rm test.exp.1.tmp test.obs.1.tmpexit $STATUS

⌨️ 快捷键说明

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