Re: Shell question

2006-10-26 Thread Jack Stone
From: Jordan Gordeev <[EMAIL PROTECTED]> To: freebsd-questions@freebsd.org Subject: Re: Shell question Date: Thu, 26 Oct 2006 20:05:50 +0300 Jack Stone wrote: From: Warren Block <[EMAIL PROTECTED]> To: Jack Stone <[EMAIL PROTECTED]> CC: freebsd-questions@freebsd.org

Re: Shell question

2006-10-26 Thread Jordan Gordeev
Jack Stone wrote: From: Warren Block <[EMAIL PROTECTED]> To: Jack Stone <[EMAIL PROTECTED]> CC: freebsd-questions@freebsd.org Subject: Re: Shell question Date: Wed, 25 Oct 2006 21:35:55 -0600 (MDT) On Wed, 25 Oct 2006, Jack Stone wrote: Folks: I have managed to piece together a

Re: Shell question

2006-10-26 Thread Jack Stone
From: Warren Block <[EMAIL PROTECTED]> To: Jack Stone <[EMAIL PROTECTED]> CC: freebsd-questions@freebsd.org Subject: Re: Shell question Date: Wed, 25 Oct 2006 21:35:55 -0600 (MDT) On Wed, 25 Oct 2006, Jack Stone wrote: Folks: I have managed to piece together a shell script tha

Re: Shell question

2006-10-25 Thread Warren Block
On Wed, 25 Oct 2006, Jack Stone wrote: Folks: I have managed to piece together a shell script that is able to retrieve the domains from the spams of the day and summarize those in a special file that can then be added to the sendmail's rejects in the access.db. But, first I have to eyeball th

Re: Shell question

2006-10-25 Thread cpghost
On Wed, Oct 25, 2006 at 09:53:47AM -0500, Jack Stone wrote: > I have managed to piece together a shell script that is able to retrieve > the domains from the spams of the day and summarize those in a special file > that can then be added to the sendmail's rejects in the access.db. But, > first I

Re: Shell question

2006-10-25 Thread Vince
Jack Stone wrote: > Folks: > I have managed to piece together a shell script that is able to retrieve > the domains from the spams of the day and summarize those in a special > file that can then be added to the sendmail's rejects in the access.db. > But, first I have to eyeball the list and remov

Shell question

2006-10-25 Thread Jack Stone
Folks: I have managed to piece together a shell script that is able to retrieve the domains from the spams of the day and summarize those in a special file that can then be added to the sendmail's rejects in the access.db. But, first I have to eyeball the list and remove any obvious good-guy do

Re: shell question

2005-04-06 Thread Eduardo Viruena Silva
On Wed, 6 Apr 2005, Richard Caley wrote: > In article <[EMAIL PROTECTED]>, mrspock (m) writes: > > m> The problem is that I don't want to use the temporary > m> file that I used above (stdout, stderr, out), I just > m> want a "filter" > > If you want to rearange the output so that all the errors

RE: shell question

2005-04-06 Thread Eduardo Viruena Silva
On Tue, 5 Apr 2005, Björn König wrote: > mrspock at esfm dot ipn dot mx wrote: > > > I need to concatenate the standard output and then > standard > > error output in a file, but I need to convert the standard > > > output into PostScript before the concatenation. > > > > program stdout

Re: shell question

2005-04-06 Thread Richard Caley
In article <[EMAIL PROTECTED]>, mrspock (m) writes: m> The problem is that I don't want to use the temporary m> file that I used above (stdout, stderr, out), I just m> want a "filter" If you want to rearange the output so that all the errors are after all the non errors, then you are going to ne

RE: shell question

2005-04-05 Thread Eduardo Viruena Silva
On Tue, 5 Apr 2005, Björn König wrote: > > > > program stdout 2> stderr > > > cat stdout > out > > > a2ps stdout >> out > > You meant > >program stdout 2> stderr >cat stdout > out >a2ps **stderr** >> out > > Don't you? > yes! sorry!

RE: shell question

2005-04-05 Thread Björn König
> > program stdout 2> stderr > > cat stdout > out > > a2ps stdout >> out You meant program stdout 2> stderr cat stdout > out a2ps **stderr** >> out Don't you? ___ freebsd-questions@freebsd.org mailing list ht

RE: shell question

2005-04-05 Thread Björn König
mrspock at esfm dot ipn dot mx wrote: > I need to concatenate the standard output and then standard > error output in a file, but I need to convert the standard > output into PostScript before the concatenation. > > program stdout 2> stderr > cat stdout > out > a2

shell question

2005-04-05 Thread mrspock
Hello FreeBSD gurus! I address you in hope of enlightment. Here is the problem: I have a program that creates a PostScript output and writes it to its standard output. This program also writes diagnostic messages to the standard error output at the same time, in this case the messages are writ

Re: perl -MCPAN -e shell question - need a howto

2005-01-18 Thread Bryan Fullerton
On Fri, 14 Jan 2005 06:55:19 -0900, Andy Firman <[EMAIL PROTECTED]> wrote: > I don't see the perl module for Text::Aspell in the ports, by doing > all sorts of permutations of this: > cd /usr/ports && make search name=p5 |grep Aspell Ah, sorry, didn't see that in your posts about this. > So, once

Re: perl -MCPAN -e shell question - need a howto (DONE)

2005-01-17 Thread Andy Firman
On Fri, Jan 14, 2005 at 06:55:19AM -0900, Andy Firman wrote: > On Fri, Jan 14, 2005 at 10:29:05AM -0500, Bryan Fullerton wrote: > > On Fri, 14 Jan 2005 06:20:49 -0900, Andy Firman <[EMAIL PROTECTED]> wrote: > > > On Fri, Jan 14, 2005 at 03:08:23PM +, Gary Hayers wrote: > > [snip] > > I don't s

Re: perl -MCPAN -e shell question - need a howto

2005-01-14 Thread Andy Firman
On Fri, Jan 14, 2005 at 10:29:05AM -0500, Bryan Fullerton wrote: > On Fri, 14 Jan 2005 06:20:49 -0900, Andy Firman <[EMAIL PROTECTED]> wrote: > > On Fri, Jan 14, 2005 at 03:08:23PM +, Gary Hayers wrote: > [snip] > > > If you have the Ports tree installed you can install it from the ports > > >

Re: perl -MCPAN -e shell question - need a howto

2005-01-14 Thread Bryan Fullerton
On Fri, 14 Jan 2005 06:20:49 -0900, Andy Firman <[EMAIL PROTECTED]> wrote: > On Fri, Jan 14, 2005 at 03:08:23PM +, Gary Hayers wrote: [snip] > > If you have the Ports tree installed you can install it from the ports tree > > > > # cd /usr/ports/textproc/p5-XML-DOM && make install clean > > Und

Re: perl -MCPAN -e shell question - need a howto

2005-01-14 Thread Andy Firman
On Fri, Jan 14, 2005 at 03:08:23PM +, Gary Hayers wrote: > Andy Firman wrote: > >Using FreeBSD 4.10 stable, perl-5.8.5 installed from ports. > > > >su-2.05b# perl -v > >This is perl, v5.8.5 built for i386-freebsd-64int > > > >When using perl -MCPAN -e shell, I can install the bundle fine, > >bu

Re: perl -MCPAN -e shell question - need a howto

2005-01-14 Thread Gary Hayers
Andy Firman wrote: Using FreeBSD 4.10 stable, perl-5.8.5 installed from ports. su-2.05b# perl -v This is perl, v5.8.5 built for i386-freebsd-64int When using perl -MCPAN -e shell, I can install the bundle fine, but the when I try to install XML::DOM, or Text::Aspell, they fail. Where can I go for h

Re: perl -MCPAN -e shell question - need a howto

2005-01-14 Thread Andy Firman
On Fri, Jan 14, 2005 at 09:42:06AM -0500, Bryan Fullerton wrote: > On Fri, 14 Jan 2005 04:34:33 -0900, Andy Firman <[EMAIL PROTECTED]> wrote: > > > > Using FreeBSD 4.10 stable, perl-5.8.5 installed from ports. > > > > su-2.05b# perl -v > > This is perl, v5.8.5 built for i386-freebsd-64int > > >

Re: perl -MCPAN -e shell question - need a howto

2005-01-14 Thread Bryan Fullerton
On Fri, 14 Jan 2005 04:34:33 -0900, Andy Firman <[EMAIL PROTECTED]> wrote: > > Using FreeBSD 4.10 stable, perl-5.8.5 installed from ports. > > su-2.05b# perl -v > This is perl, v5.8.5 built for i386-freebsd-64int > > When using perl -MCPAN -e shell, I can install the bundle fine, > but the when

perl -MCPAN -e shell question - need a howto

2005-01-14 Thread Andy Firman
Using FreeBSD 4.10 stable, perl-5.8.5 installed from ports. su-2.05b# perl -v This is perl, v5.8.5 built for i386-freebsd-64int When using perl -MCPAN -e shell, I can install the bundle fine, but the when I try to install XML::DOM, or Text::Aspell, they fail. Where can I go for help on getting