Files
oceanbase/unittest/sql/rewrite/result/update_result_file.sh
wangzelin.wzl 93a1074b0c patch 4.0
2022-10-24 17:57:12 +08:00

8 lines
87 B
Bash
Executable File

#! /bin/bash
for f in `ls *.tmp`
do
echo $f
ff=`echo ${f%%.tmp}`
cp $f $ff.result
done