grep question

From: John Dunn (jdunn_at_sefas.com)
Date: 03/24/05

  • Next message: Robert Miller: "Re: grep question"
    Date:         Thu, 24 Mar 2005 15:41:48 -0000
    To: aix-l@Princeton.EDU
    
    

    I want to search for a lines matching a string in a file, but ignore the
    first 8 characters in each line in the search. However I do not want to
    remove the first 8 characters from the file.

    Can I do this with grep?

    John


  • Next message: Robert Miller: "Re: grep question"

    Relevant Pages

    • Re: Prothon should not borrow Python strings!
      ... """It does not make sense to have a string without knowing what encoding ... same cul de sac as Python. ... Prothon_String_As_ASCII // raises error if there are high characters ... Python's split between byte strings and Unicode strings is ...
      (comp.lang.python)
    • Re: Letter to US Sen. Byron Dorgan re unpaid overtime
      ... put them in stupid places. ... Programming is difficult (as you must surely appreciate, ... > strings will be in the range 1...1000 characters. ... impose an artificially small limit on string length." ...
      (comp.programming)
    • Re: Fast UTF-8 strlen function
      ... >> Is there a fast UTF-8 string length function floating around? ... Length in bytes, or length in characters? ... For UTF-8, the main basic "change" you have to make to your string routines ... then I could individually look up the characters in my UNICODE ...
      (alt.lang.asm)
    • Re: Byte Array to String
      ... retrieved text will mismatch the original characters. ... encoding the characters. ... Dim strFileData as String ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: A note on personal corruption as a result of using C
      ... impossible to write effective string validation routines by definition ... (Note that a string literal may contain embedded null characters; ... without resorting to abusive language. ... In practice, programmers typically use "struct" ...
      (comp.programming)