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 7942089
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T23:51:40+00:00 2026-06-03T23:51:40+00:00

Can someone please explain why this is happening? This is expected: $ echo -e

  • 0

Can someone please explain why this is happening?

This is expected:

$ echo -e "foo\nbar" | sed -n 'h; x; p'
foo
bar

I put every line in the hold space, then swap hold space and pattern space, then print the pattern space, so every line is printed. Now, why is the following different?

$ echo -e "foo\nbar" | sed -n 'h; d; x; p'

I thought that wouldn’t be, because I delete the pattern space before swapping, so the stored line should be put back to the pattern space anyway. It’s the hold space that should be empty after x;, right? I delete the pattern space, then swap. Where does the line I’ve saved go?

  • 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-06-03T23:51:42+00:00Added an answer on June 3, 2026 at 11:51 pm

    I guess it’s related to the following line in man sed:

    d Delete pattern space. Start next cycle.

    The following works as expected:

    $ echo -e "foo\nbar" | sed -n 'h; s/.*//; g; p'
    foo
    bar
    

    Sorry for bothering you guys.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone please explain this bit of piece of code? Thanks. alert({foo:test foo, bar:test
Can someone please explain why I'm getting this error Type mismatch: cannot convert from
I have a feeling this XML is not valid, can someone please explain why?
Could someone please help explain why I can't get this to work? I properly
I have regex which reads: @<img\s*[^>]*>(?:\s*?</img>)? Can someone please explain this part: (?:\s*?)? What
Could someone please explain why this happening: class Apple { String type; setType(){ System.out.println(inside
I am not too familiar with javascript. Can someone please explain this construct to
Can someone please explain this piece of code? struct Class { boost::function<void()> member; };
Can someone please explain this question to me? Are the type system represented by
Can someone please explain this to me dynamic_cast<SomeObject *>( &(*similarObject) ); What is the

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.