Ever wanted a list of files inside a jar file. It's pretty simple to do using the jar command:
jar
jar -tf somefile.jar
You could also use this technique to list the contents of a zip file, since jar files are actually zip files.