Commit aacb08d6 authored by Mario Chirinos's avatar Mario Chirinos

utf8 scipt

parent de349650
...@@ -4,8 +4,10 @@ DIR=$1 ...@@ -4,8 +4,10 @@ DIR=$1
cd $DIR cd $DIR
for d in */; do for d in */; do
echo "$d" echo "$d"
cd $d
for file in *.json; do
echo $file
# $CONVERT "$file" -o "${file%.txt}.utf8.converted"
done
done done
#for file in *.json; do
# echo $file
## $CONVERT "$file" -o "${file%.txt}.utf8.converted"
#done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment