From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/11827 Path: main.gmane.org!not-for-mail From: "\\yvind M|ll" Newsgroups: gmane.emacs.gnus.general Subject: Re: Quassia Wishes: Decoupling Date: 02 Aug 1997 20:59:48 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035151475 32722 80.91.224.250 (20 Oct 2002 22:04:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:04:35 +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 MAA30930 for ; Sat, 2 Aug 1997 12:48:08 -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 OAA09907 for ; Sat, 2 Aug 1997 14:43:38 -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 ; Sat, 2 Aug 1997 20:59:53 +0200 Original-Received: (qmail 18230 invoked by uid 504); 2 Aug 1997 18:59:51 -0000 Original-Received: (qmail 18227 invoked from network); 2 Aug 1997 18:59:51 -0000 Original-Received: from apollo.orakel.ntnu.no (7795@129.241.56.245) by claymore.vcinet.com with SMTP; 2 Aug 1997 18:59:50 -0000 Original-Received: (qmail 18244 invoked by uid 28778); 2 Aug 1997 18:59:49 -0000 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "02 Aug 1997 01:54:25 +0200" Original-Lines: 16 X-Mailer: Gnus v5.4.61/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:11827 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:11827 * 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 {} \; (Untested, but should work.) -- Øyvind Møll oyvindmo@pvv.ntnu.no