Created
November 7, 2015 15:57
-
-
Save apperceive/dbbd75e39970fcca847b to your computer and use it in GitHub Desktop.
from @iforst - Found this nifty command line to compare the enabled modules between sandboxes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -b -s --suppress-common-lines --side-by-side <(drush @XXX pm-list --status=enabled) <(drush @YYY pm-list --status=enabled) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment