Re: [SLE] grep question ...

From: William Gallafent (william_at_gallaf.net)
Date: 04/27/05

  • Next message: Hylton Conacher (ZR1HPC): "[SLE] SuSE 9.2 Mozilla filter conversion to procmail scripts?"
    To: suse-linux-e@suse.com
    Date: Wed, 27 Apr 2005 18:06:14 +0100
    
    

    On Wednesday 27 April 2005 16:46, James Hatridge wrote:

    > The file has USD twice in it. How do I tell grep to stop
    > after the first find?

    Quoting from 'man grep', in which I searched for "count":

           -m NUM, --max-count=NUM
                  Stop reading a file after NUM matching lines. If the input is standard input from a regular file, and NUM
                  matching lines are output, grep ensures that the standard input is positioned to just after the last match‐
                  ing line before exiting, regardless of the presence of trailing context lines. This enables a calling pro‐
                  cess to resume a search. When grep stops after NUM matching lines, it outputs any trailing context lines.
                  When the -c or --count option is also used, grep does not output a count greater than NUM. When the -v or
                  --invert-match option is also used, grep stops after outputting NUM non-matching lines.

    Hope that's what you were looking for!

    -- 
    Bill
    -- 
    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: Hylton Conacher (ZR1HPC): "[SLE] SuSE 9.2 Mozilla filter conversion to procmail scripts?"

    Relevant Pages

    • Re: [opensuse] grep question
      ... On Friday 30 March 2007 06:47, James Hatridge wrote: ... I have files with mailing addresses in them. ... Can I use grep to pull ... Randall Schulz ...
      (SuSE)
    • Re: [opensuse] Another grep question
      ... On Sunday 08 April 2007 20:49:02 James Hatridge wrote: ... I'm not sure if this is a grep or awk question. ... For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx ...
      (SuSE)
    • Re: [opensuse] grep question
      ... On 3/30/07, James Hatridge wrote: ... I have files with mailing addresses in them. ... Can I use grep to pull all the address out? ... I would attack it with awk. ...
      (SuSE)
    • Re: [opensuse] grep question
      ... On Friday 30 March 2007 15:47, James Hatridge wrote: ... I have files with mailing addresses in them. ... Can I use grep to pull all the address ... For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx ...
      (SuSE)
    • Re: subprocess.Popen and replacing the shell pipe line
      ... Probably the quoting of the argument to grep. ... Jeff ... Prev by Date: ...
      (comp.lang.python)