|
@@ -1,7 +1,8 @@
|
|
export LANG=zh_CN.UTF-8@cjknarrow
|
|
export LANG=zh_CN.UTF-8@cjknarrow
|
|
-find 策划脚本 -name '*.xml' | while read n
|
|
|
|
|
|
+unset LC_ALL
|
|
|
|
+find 策划脚本/ -name '*.xml' | while read n
|
|
do
|
|
do
|
|
- echo bin/opencc -i "$n" -o "$n" -c bin/s2t.json&
|
|
|
|
|
|
+ bin/opencc -i "$n" -o "$n" -c bin/s2t.json&
|
|
done
|
|
done
|
|
|
|
|
|
find 工具库文件/client_csv_config -name '*.csv' | while read n
|
|
find 工具库文件/client_csv_config -name '*.csv' | while read n
|