Skip to content

Instantly share code, notes, and snippets.

@jtwalters
Created February 14, 2014 02:55
Show Gist options
  • Save jtwalters/8995023 to your computer and use it in GitHub Desktop.
Save jtwalters/8995023 to your computer and use it in GitHub Desktop.
Diff modules on two Drupal sites
diff -u \
<(drush @site1 pm-list --no-core --type=module --pipe --status=enabled | sort) \
<(drush @site2 pm-list --no-core --type=module --pipe --status=enabled | sort)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment