test_gsl_histogram.sh
来自「该文件为c++的数学函数库!是一个非常有用的编程工具.它含有各种数学函数,为科学」· 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 > 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 + -
显示快捷键?