Re: [SLE] Installing PostgreSQL in a Linux Environment

From: Jon Clausen (jon_at_stevnsgade.dk)
Date: 08/31/04

  • Next message: Allen: "Re: [SLE] Dell 5150 Laptop with SUSE Linux"
    Date: Tue, 31 Aug 2004 06:49:55 +0200
    To: suse-linux-e@suse.com
    
    

    On Mon, 30 Aug, 2004 at 05:29:32 -0700, Eyinagho Newton wrote:
    >
    >
    > Thanks Ken. Forgive my inadequacies, as i'm very new
    > on here. Also installed Linux ( SUSE ) only a few days
    > ago.
    >
    > I did as you suggested and it gave me this result:
    >
    >
    > newton@linux:~> ps auxw|grep postmaster|grep -v grep

    <snip>

    > ....................................
    >
    > Not sure what the interpretation is for the above.

    Put very simply, it means that "no matter who, or where, you are,
    'postmaster' isn't running."

    'ps' doesn't care which directory you're in, it just lists the running
    processes.

    The output is piped to 'grep postmaster' which looks for the string
    "postmaster".

    Since there is now a running process (namely; 'grep postmaster') - the
    output is piped further into 'grep -v grep' which *inverts* the match,
    discarding anything containg the string "grep", leaving... nothing...

    Have a look at 'grep --help'

    HTH
    /Jon

    -- 
    Just say "know!"
    -- 
    Check the headers for your unsubscription address
    For additional commands send e-mail to suse-linux-e-help@suse.com
    Also check the archives at http://lists.suse.com
    Please read the FAQs: suse-linux-e-faq@suse.com
    

  • Next message: Allen: "Re: [SLE] Dell 5150 Laptop with SUSE Linux"

    Relevant Pages

    • Postgrey + postfix and NOT whitelisting postmaster@
      ... postmaster still doesn't get shoved through postgrey. ... whitelisting it elsewhere? ... I don't find it when I grep through any of ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
      (Debian-User)
    • Re: List files containing a string..
      ... Er, the question was about files containing a string, not about file ... got were responses like man grep, ... What is not readily apparent in the xargs man page is that it ... that is the standard one on FreeBSD has a -r/-R option and even ...
      (comp.unix.bsd.freebsd.misc)
    • Looking for text inside files does not work at all
      ... for an ascii text string in a file. ... Hex-editing the file reveals that there is a string called "reloc" right ... So if text search (aka grep) worked, this should work too shouldn't it? ... That's how it worked in Windows 2000. ...
      (microsoft.public.windowsxp.help_and_support)
    • Re: modifying files using script
      ... specific string with another one. ... This script works well for one file but exits after that. ... so I used fgrep in the example (grep -F may be preferable or required ... as string by fgrep and RE by $editor, ...
      (comp.unix.shell)
    • Re: extracting a pattern from a line
      ... awk faster than grep | awk] ... over 2 Meg) and run the gawk vs grep|gawk comparison? ... [snip: grep | gawk faster than gawk] ...
      (comp.unix.shell)