diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:57:18 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:57:18 +0000 |
commit | e0310a3e54eb3ed0938c63f6df4528520b6c0e51 (patch) | |
tree | 8079176d348230619f2d1ae9dedc1f4ec27f9e61 /README | |
parent | Initial commit. (diff) | |
download | zutils-e0310a3e54eb3ed0938c63f6df4528520b6c0e51.tar.xz zutils-e0310a3e54eb3ed0938c63f6df4528520b6c0e51.zip |
Adding upstream version 0.2.upstream/0.2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +Description + +Zutils is a collection of utilities for dealing with any combination of +compressed and non-compressed files transparently. The supported +compressors are gzip, bzip2, lzip and xz. + +The currently provided utilities are zcat, zcmp, zdiff and zgrep. + + +Copyright (C) 2009 Antonio Diaz Diaz. + +This file is free documentation: you have unlimited permission to copy, +distribute and modify it. + +The file Makefile.in is a data file used by configure to produce the +Makefile. It has the same copyright owner and permissions that this +file. |