Zz.unkrig.de: Difference between revisions

From unkrig.de
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
<meta name="keywords" content="java, compressed, archive, zip, zipped, nested"></meta>
<meta name="keywords" content="java, compressed, archive, zip, zipped, nested"></meta>
<meta name="description" content="A set of command-line tools that handle not only directories and files, but also archive and compressed files, and even nested archive files"></meta>
<meta name="description" content="A set of command-line tools that handle not only directories and files, but also archive and compressed files, and even nested archive files"></meta>
A set of command-line tools that handle not only directories and files, but also archive and compressed files, and even nested archive files.
A set of command-line tools that handle not only directories and files, but also archive and compressed files, and even nested archive files. They can even disassemble Java <code>.class</code> files on-the fly and operate on the disassembly.


== zzdiff ==
== Tool documentation ==
 
=== zzdiff ===


Computes the differences between files, directory trees, archive file entries, compressed files and prints them in various formats; widely compatible with the UNIX&trade; DIFF command line utility.
Computes the differences between files, directory trees, archive file entries, compressed files and prints them in various formats; widely compatible with the UNIX&trade; DIFF command line utility.
Line 11: Line 13:
Read the [http://zz.unkrig.de/antdoc/index.html?tasks/zzdiff.html ANT task documentation].
Read the [http://zz.unkrig.de/antdoc/index.html?tasks/zzdiff.html ANT task documentation].


== zzfind==
=== zzfind ===


Finds files in directory trees and entries in archive files by various criteria; widely compatible with the UNIX&trade; FIND command line utility.
Finds files in directory trees and entries in archive files by various criteria; widely compatible with the UNIX&trade; FIND command line utility.
Line 19: Line 21:
Read the [http://zz.unkrig.de/antdoc/index.html?tasks/zzfind.html ANT task documentation].
Read the [http://zz.unkrig.de/antdoc/index.html?tasks/zzfind.html ANT task documentation].


== zzgrep ==
=== zzgrep ===


Finds lines in files in directory trees and in entries in archive files by regular expressions; widely compatible with the UNIX&trade; GREP command line utility.
Finds lines in files in directory trees and in entries in archive files by regular expressions; widely compatible with the UNIX&trade; GREP command line utility.
Line 27: Line 29:
Read the [http://zz.unkrig.de/antdoc/index.html?tasks/zzgrep.html ANT task documentation].
Read the [http://zz.unkrig.de/antdoc/index.html?tasks/zzgrep.html ANT task documentation].


== zzpatch ==
=== zzpatch ===


Modifies the contents of files in directory trees and of entries in archive files by various criteria; widely compatible with the UNIX&trade; PATCH command line utility.
Modifies the contents of files in directory trees and of entries in archive files by various criteria; widely compatible with the UNIX&trade; PATCH command line utility.

Revision as of 14:39, 18 February 2016

<meta name="keywords" content="java, compressed, archive, zip, zipped, nested"></meta> <meta name="description" content="A set of command-line tools that handle not only directories and files, but also archive and compressed files, and even nested archive files"></meta> A set of command-line tools that handle not only directories and files, but also archive and compressed files, and even nested archive files. They can even disassemble Java .class files on-the fly and operate on the disassembly.

Tool documentation

zzdiff

Computes the differences between files, directory trees, archive file entries, compressed files and prints them in various formats; widely compatible with the UNIX™ DIFF command line utility.

Read the command line tool documentation.

Read the ANT task documentation.

zzfind

Finds files in directory trees and entries in archive files by various criteria; widely compatible with the UNIX™ FIND command line utility.

Read the command line tool documentation.

Read the ANT task documentation.

zzgrep

Finds lines in files in directory trees and in entries in archive files by regular expressions; widely compatible with the UNIX™ GREP command line utility.

Read the command line tool documentation.

Read the ANT task documentation.

zzpatch

Modifies the contents of files in directory trees and of entries in archive files by various criteria; widely compatible with the UNIX™ PATCH command line utility.

Read the command line tool documentation.

Read the ANT task documentation.

Resources

Source code

Binaries

Change log

JAVADOC

These tools make heavy use of commons.unkrig.de.

License

ZZ.UNKRIG.DE is published under the "New BSD License".