Skip to content

Instantly share code, notes, and snippets.

@phargogh
Created February 5, 2020 03:11
Show Gist options
  • Save phargogh/61ee862cea8b0c06bab66058b136e406 to your computer and use it in GitHub Desktop.
Save phargogh/61ee862cea8b0c06bab66058b136e406 to your computer and use it in GitHub Desktop.
Compare the output of two gdalinfo calls via diff
#! /bin/bash
diff <(gdalinfo $1) <(gdalinfo $2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment