Skip to content

Instantly share code, notes, and snippets.

@bherila
Last active October 4, 2019 23:40
Show Gist options
  • Save bherila/a99822a00c4f45c0703c1494ac5be869 to your computer and use it in GitHub Desktop.
Save bherila/a99822a00c4f45c0703c1494ac5be869 to your computer and use it in GitHub Desktop.
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