Likewise. ** Description changed:
Create a directory containing a file, for example: - mkdir d - touch d/f + $ mkdir d + $ touch d/f Now do (yes, running gzip twice): - gzip -f -r d - gzip -f -r d + $ gzip -f -r d + $ gzip -f -r d Look in the directory and you will find the file a.gz.gz. + $ cd d + $ ls + f.gz.gz + This is a change from ubuntu versions before precise pangolin: previously gzip would not recompress files ending in .gz when run in this way. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1008525 Title: gzip -f zips files with .gz suffix, creating file.gz.gz To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gzip/+bug/1008525/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
