File: lst-jars.sh

package info (click to toggle)
gluegen2 2.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,992 kB
  • ctags: 6,760
  • sloc: java: 32,368; xml: 2,797; ansic: 2,287; sh: 1,206; makefile: 73
file content (6 lines) | stat: -rwxr-xr-x 99 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#! /bin/sh

for i in *.jar ; do
    lstname=`basename $i .jar`.lst
    unzip -l $i > $lstname
done