From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/11830 Path: main.gmane.org!not-for-mail From: Eze Ogwuma Newsgroups: gmane.emacs.gnus.general Subject: Re: Quassia Wishes: Decoupling Date: 03 Aug 1997 10:47:57 +0100 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035151477 32732 80.91.224.250 (20 Oct 2002 22:04:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:04:37 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.6/8.8.6) with ESMTP id DAA10387 for ; Sun, 3 Aug 1997 03:37:05 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id FAA19547 for ; Sun, 3 Aug 1997 05:32:33 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Sun, 3 Aug 1997 11:50:50 +0200 Original-Received: (qmail 20664 invoked by uid 504); 3 Aug 1997 09:50:48 -0000 Original-Received: (qmail 20661 invoked from network); 3 Aug 1997 09:50:45 -0000 Original-Received: from eogwama-d.cs.ucl.ac.uk (HELO localhost.localdomain) (root@128.16.32.73) by claymore.vcinet.com with SMTP; 3 Aug 1997 09:50:22 -0000 Original-Received: (from zcaceog@localhost) by localhost.localdomain (8.8.5/8.8.5) id KAA03305; Sun, 3 Aug 1997 10:47:58 +0100 Original-To: ding@gnus.org In-Reply-To: "\\yvind M|ll"'s message of "02 Aug 1997 20:59:48 +0200" Original-Lines: 17 X-Mailer: Gnus v5.4.64/XEmacs 20.2 Xref: main.gmane.org gmane.emacs.gnus.general:11830 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:11830 Lars Magne Ingebrigtsen writes: > * Lars Magne Ingebrigtsen: > | > | Eze Ogwuma writes: > | > | > Is there a way to compress the messages in the groups recursively > | > without touching files like these? > | > | Use find, xargs and gz with appropriate parameters. > > find /dir/with/groups -name '*' -not -name 'active' -not -name '.overview' -exec gzip {} \; This works, thanks. -- Eze Ogwuma