Skip to content

Instantly share code, notes, and snippets.

@PetrGlad
Created March 28, 2023 15:53
Show Gist options
  • Save PetrGlad/5ea47aa27d5ddd5c08e659a3f8082ed3 to your computer and use it in GitHub Desktop.
Save PetrGlad/5ea47aa27d5ddd5c08e659a3f8082ed3 to your computer and use it in GitHub Desktop.
#!/bin/sh
diff --color <(yq -P 'sort_keys(..)' $1) <(yq -P 'sort_keys(..)' $2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment