cvs commit: src/usr.bin/tar Makefile bsdtar.c bsdtar.h write.c
Tim Kientzle
kientzle at FreeBSD.org
Sat Aug 7 12:25:35 PDT 2004
kientzle 2004-08-07 19:25:34 UTC
FreeBSD src repository
Modified files:
usr.bin/tar Makefile bsdtar.c bsdtar.h write.c
Log:
Add --totals option. Unlike gtar, this reports the bytes actually
written to the archive, not the ones written to the compressor.
For uncompressed archives, these numbers are the same, of course.
Revision Changes Path
1.10 +1 -1 src/usr.bin/tar/Makefile
1.48 +7 -2 src/usr.bin/tar/bsdtar.c
1.18 +1 -0 src/usr.bin/tar/bsdtar.h
1.31 +16 -0 src/usr.bin/tar/write.c
More information about the cvs-src
mailing list