#!/bin/sh for((i=1;i<3;i++)) do testcase_path=/home/houjia/R3_refactor/GMDBV3_Test/scripts/R2_schema/R2_schema_00$i/R2_schema_00$i.py sed -i "s/111/test/g" $testcase_path done
#!/bin/sh for((i=1;i<3;i++)) do testcase_path=/home/houjia/R3_refactor/GMDBV3_Test/scripts/R2_schema/R2_schema_00$i/R2_schema_00$i.py sed -i "s/111/test/g" $testcase_path done