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

  • SEARCH
  • Home
  • 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 6196495
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T03:39:09+00:00 2026-05-24T03:39:09+00:00

In sed , is it possible to skip the first n lines when applying

  • 0

In sed, is it possible to skip the first n lines when applying a regex? I am currently using the following:

cat test | sed '/^Name/d;/^----------/1;/^(/d;/^$/d'

on the following file:

Name
John
Albert
Mora
Name
Tommy
Tammy

In one pass, I want to use some regexes (one of which is to remove the line containing Name but I want to skip the first line in this case) to obtain the following:

Name
John
Albert
Mora
Tommy
Tammy

Because the file is huge, I don’t want to make multiple passes so any one-pass approaches would be great.

  • 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-24T03:39:10+00:00Added an answer on May 24, 2026 at 3:39 am

    Yes, you can apply sed commands to ranges of lines with the N,M syntax. In this case you want something like this:

    sed -e '2,$s/foo/bar/'
    

    An example with delete:

    sed -e '2,${ /^Name/d }'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Join lines based on pattern I have the following file: test one
it's possible to change N (for example second occurrence) in file using one-line sed/awk
Possible Duplicate: eliminate unwanted output using awk and sed The following contents are there
Using sed what is an one liner to print the first n characters ?
I have trouble using sed. I need to replace some lines in very deprecated
I would like get last non-blank line from a file using sed. I was
I'm wondering if it's possible (recommended might be the better word) to use sed
Using only grep and sed, is there a way I can tranform the output
Is it possible to substitute a thing in env var with SED? $ a='aoeua'
In my bash script, i am trying to execute following Linux command: sed -i

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.