"Vitaly V. Ch" <[EMAIL PROTECTED]> writes: >>ADVANCED USAGE >> Multiple compressed files can be concatenated. In this case, gunzip >> will extract all members at once. For example: >> >>... >> >> In case of damage to one member of a .gz file, other members can still >> be recovered (if the damaged member is removed). > > how I can remove damaged member? which tool can do it?
Sorry, gzip doesn't do that. But if you read about the gzip format you can use (say) Emacs to do it, in its binary-editor mode.