Last active
October 4, 2019 23:40
-
-
Save bherila/a99822a00c4f45c0703c1494ac5be869 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls | grep -e "\.json$" | while read file; do | |
in2csv $file > "$(echo "$file" | cut -f -4 -d .).csv"; | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment