xfering newsgroups ?
Russ Allbery
rra at stanford.edu
Thu Jul 15 16:37:58 UTC 2004
Christoph Biedl <cbiedl at gmx.de> writes:
> By the way it appears to me that the perl thingie is somewhat overkill.
> I always do
> $ grep '@$' <history | cut -d' ' -f3 >pathoutgoing/list
> ^ verbatim tab character, alternativly
> $ grep '@$' <history | awk -F"\t" '{print $3}' >pathoutgoing/list
> which is much faster and I don't think that I lost something.
> Especially 'tr' - is this a remainder of INN 1.x times?
Yeah, the command in the FAQ will work with any version of INN all the way
back to (I believe, not tested) INN 1.0. We used to have a lot of
questions from people upgrading from INN 1.7.
--
Russ Allbery (rra at stanford.edu) <http://www.eyrie.org/~eagle/>
Please send questions to the list rather than mailing me directly.
<http://www.eyrie.org/~eagle/faqs/questions.html> explains why.
More information about the inn-workers
mailing list