JAR file contents

Getting contents of all the jar files under a directory on windows:

 for /f  %v in ('dir /s /b jboss*.jar')  do jar tvf %v

Comments

Popular posts from this blog

SQL

Analytics

HIVE