Skip to content

Instantly share code, notes, and snippets.

@joellobo
Created March 16, 2016 13:44
Show Gist options
  • Save joellobo/04ce142376497a3278e7 to your computer and use it in GitHub Desktop.
Save joellobo/04ce142376497a3278e7 to your computer and use it in GitHub Desktop.
Comparação das versões dos módulos
cd [/opt/jboss-eap-6.1/modules/system/layers/base]
find $PWD -type f -name "*.jar" > /opt/jboss61.txt
cd [/opt/jboss-eap-6.4/modules/system/layers/base]
find $PWD -type f -name "*.jar" > /opt/jboss64.txt
cd /opt
grep hibernate-core *.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment