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
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
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
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
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
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
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
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
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
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
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!
> > 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
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
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
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
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
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
> > >
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
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
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
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
> >
>
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
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
23 matches
Mail list logo