Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6663033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:27:18+00:00 2026-05-26T02:27:18+00:00

I have a very large file 100Mb+ where all the content is on one

  • 0

I have a very large file 100Mb+ where all the content is on one line.
I wish to find a pattern in that file and a number of characters around that pattern.

For example I would like to call a command like the one below but where -A and -B are number of bytes not lines:

cat very_large_file | grep -A 100 -B 100 somepattern

So for a file containing content like this:

1234567890abcdefghijklmnopqrstuvwxyz

With a pattern of

890abc
and a before size of -B 3 
and an after size of -A 3

I want it to return:

567890abcdef

Any tips would be great.
Many thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T02:27:19+00:00Added an answer on May 26, 2026 at 2:27 am

    You could try the -o option:

    -o, --only-matching
          Show only the part of a matching line that matches PATTERN.
    

    and use a regular expression to match your pattern and the 3 preceding/following characters i.e.

    grep -o -P ".{3}pattern.{3}" very_large_file 
    

    In the example you gave, it would be

    echo "1234567890abcdefghijklmnopqrstuvwxyz" > tmp.txt
    grep -o -P ".{3}890abc.{3}" tmp.txt
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one very large text file(27GB) that I am attempting to make smaller
I have a very large file, and I want to remove all newline characters
The thing is that I have a very large JS file, with more than
I have a very large CSV file that I imported into a sqlite table.
I have a very large text file and all I need to do is
I have a very large XML file that I need to parse so I
I have a very large file that creates triggers that I auto generated. However
I have a very large file (~10 GB) that can be compressed to <
I have a very large csv file that looks like this: keywords,impressions descargar juegos
I have a very large file that looks like this (see below). I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.