Linux Shell 脚本实例(1)
do
hadoop fs -cat /dsap/middata/zhanghao06/ZhESCPinggu/$i/part-r-00000 |awk -v dt=$i '{print dt FS $0}' ?>> result.txt
done
?