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- -c
Thank you for the update. I definitely do not want to crash putty. Is there a
way to zip up all of the files that I am trying to zip up outside of using
gzip?
-Original Message-
From: Paul Eggert
Sent: Thursday, October 28, 2021 8:03 PM
To: Dewberry, Heather
Cc: 51...@debbugs.gnu.