test009.ksh

来自「b树实现源码,linux和unix下运行,速度快,极好用」· KSH 代码 · 共 21 行

KSH
21
字号
#!/bin/sh#Run this test only under csql/test or on this directory.#Otherwise, it may fail# dump the data of not existing table, should say table does not existREL_PATH=.if [ -s "$input" ]then    REL_PATH=${PWD}/tools/csqldumpfi$CSQL_INSTALL_ROOT/bin/csqldump -T t1 if [ $? -ne 0 ]then    exit 0;fiexit 1;

⌨️ 快捷键说明

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