1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/change_sample_rate2.tcp -datapath wave/ >out_SHIP_change_sample_rate2.txt 2>&1 2 3 # mv is not supported on Android device 4 # mv -f recog4.res recog4_SHIP_change_sample_rate2.res 5 6 # use cat instead 7 cat recog4.res > recog4_SHIP_change_sample_rate2.res 8