GNU bug report logs - #51470
Bug with Putty

Previous Next

Package: gzip;

Reported by: "Dewberry, Heather" <Heather.Dewberry <at> 53.com>

Date: Thu, 28 Oct 2021 23:57:01 UTC

Severity: normal

Tags: notabug

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 51470 <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: "Dewberry, Heather" <Heather.Dewberry <at> 53.com>
Cc: "51470 <at> debbugs.gnu.org" <51470 <at> debbugs.gnu.org>
Subject: Re: bug#51470: Bug with Putty
Date: Fri, 29 Oct 2021 12:55:41 -0700
On 10/29/21 06:03, Dewberry, Heather wrote:
> Is there a way to zip up all of the files that I am trying to zip up outside of using gzip?

That depends on exactly what you're trying to do. Maybe something like this:

find /var/log/pb/eventlog ! -name '*.gz' -mtime +60 -print0 |
 tar --null -T- -czf somefile.tgz

but you'll need to read the 'find' and 'tar' documentation to see 
exactly what you want.




This bug report was last modified 3 years and 201 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.