<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://172.16.78.1/index.php?action=history&amp;feed=atom&amp;title=Handy_shellscript</id>
	<title>Handy shellscript - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://172.16.78.1/index.php?action=history&amp;feed=atom&amp;title=Handy_shellscript"/>
	<link rel="alternate" type="text/html" href="http://172.16.78.1/index.php?title=Handy_shellscript&amp;action=history"/>
	<updated>2026-06-02T09:49:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://172.16.78.1/index.php?title=Handy_shellscript&amp;diff=146&amp;oldid=prev</id>
		<title>Ian: Created page with &quot;== Find jar compile version ==   $ for thing in *jar;do echo $thing;dir=`echo $thing | sed &quot;s/.jar$//&quot;`;mkdir -p $dir;(cd $dir;jar xf ../$thing;class=`find . -name &quot;*.class&quot; |...&quot;</title>
		<link rel="alternate" type="text/html" href="http://172.16.78.1/index.php?title=Handy_shellscript&amp;diff=146&amp;oldid=prev"/>
		<updated>2015-11-09T11:33:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Find jar compile version ==   $ for thing in *jar;do echo $thing;dir=`echo $thing | sed &amp;quot;s/.jar$//&amp;quot;`;mkdir -p $dir;(cd $dir;jar xf ../$thing;class=`find . -name &amp;quot;*.class&amp;quot; |...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Find jar compile version ==&lt;br /&gt;
&lt;br /&gt;
 $ for thing in *jar;do echo $thing;dir=`echo $thing | sed &amp;quot;s/.jar$//&amp;quot;`;mkdir -p $dir;(cd $dir;jar xf ../$thing;class=`find . -name &amp;quot;*.class&amp;quot; | head -1`;javap -v $class 2&amp;gt;/dev/null| grep major);rm -rf $dir 2&amp;gt;/dev/null;done | tee versions.txt&lt;/div&gt;</summary>
		<author><name>Ian</name></author>
	</entry>
</feed>