Matthew Woehlke <[EMAIL PROTECTED]> writes: > Honestly, I'm a little confused/amused with this whole > situation... :-) > I'm used to using gzip as a stream compressor that /occasionally/ > opens a file, unlinks it, and puts back a different file.
The problem is that "gzip -r DIR" recursively traverses through DIR. Not many people use that option, but it's there and it should work.