Skip to content

Instantly share code, notes, and snippets.

@iFrostizz
Created January 5, 2023 20:16
Show Gist options
  • Save iFrostizz/97c4206f51a387e93cafa3d1c6a0ba8d to your computer and use it in GitHub Desktop.
Save iFrostizz/97c4206f51a387e93cafa3d1c6a0ba8d to your computer and use it in GitHub Desktop.
#/bin/bash!
for file in $(find . -name '*.json'); do
ugly=$(jq -c '.' $file)
echo $ugly
echo $ugly > $file
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment