Commit 42ea4a85 authored by Mario Chirinos's avatar Mario Chirinos

utf8 scipt

parent e002c5c7
......@@ -7,7 +7,7 @@ for d in */; do
cd $DIR$d
for file in *.json; do
echo $file
# $CONVERT "$file" -o "${file%.txt}.utf8.converted"
cat $file | jq .
done
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