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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:55:27+00:00 2026-06-15T08:55:27+00:00

I am aware, that this problem has been asked in slightly different ways many

  • 0

I am aware, that this problem has been asked in slightly different ways many times before. But I couldn’t adapt those solutions.
I am having a file header.out with the following content:

// some text before this 
            :type = "Primary Grid: Tau Format" ;
            :deformation_timestep = 0. ;
            :deformation_alpha = 0. ;
            :deformation_dalpha = 0. ;
            :deformation_h = 0. ;
            :deformation_dh = 0. ;
            :deformation_step = 0 ;
            :adaptation_level = 0 ;
            :connectivity_check = 1 ;
            :volume_check = 1 ;
            :point_check = 1 ;
            :test_lib_check = 1 ;
            :periodic_pairs_check = 1 ;
            :is_balanced = 0 ;
            :preserve_piles = 0 ;
            :marker_1 = "WingMidTrailing" ;
            :marker_2 = "WingMidLower" ;
            :marker_3 = "WingMidUpper" ;
            :marker_4 = "WingSide" ;
            :marker_5 = "Farfield" ;
            :marker_6 = "SymmetryPlane" ;
            :marker_7 = "WingInnerLower" ;
            :marker_8 = "WingInnerUpper" ;
            :marker_9 = "WingInnerTrailing" ;
            :marker_10 = "WingOuterLower" ;
            :marker_11 = "WingOuterUpper" ;
            :marker_12 = "WingOuterTrailing" ;
 }

I need to extract the ID of the marker that belongs to the string “SymmetryPlane”
So in this case i want to have 6 as the output. All tries using sed and regular expressions failed.
What i have tried is:

sed 's/.*marker_\(.*\) = "SymmetryPlane.*/\1/' header.out

But this only gives me

            :type = "Primary Grid: Tau Format" ;
            :deformation_timestep = 0. ;
            :deformation_alpha = 0. ;
            :deformation_dalpha = 0. ;
            :deformation_h = 0. ;
            :deformation_dh = 0. ;
            :deformation_step = 0 ;
            :adaptation_level = 0 ;
            :connectivity_check = 1 ;
            :volume_check = 1 ;
            :point_check = 1 ;
            :test_lib_check = 1 ;
            :periodic_pairs_check = 1 ;
            :is_balanced = 0 ;
            :preserve_piles = 0 ;
            :marker_1 = "WingMidTrailing" ;
            :marker_2 = "WingMidLower" ;
            :marker_3 = "WingMidUpper" ;
            :marker_4 = "WingSide" ;
            :marker_5 = "Farfield" ;
6
            :marker_7 = "WingInnerLower" ;
            :marker_8 = "WingInnerUpper" ;
            :marker_9 = "WingInnerTrailing" ;
            :marker_10 = "WingOuterLower" ;
            :marker_11 = "WingOuterUpper" ;
            :marker_12 = "WingOuterTrailing" ;
}

I am not sure why this is happening.

Thanks in advance!

  • 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-15T08:55:28+00:00Added an answer on June 15, 2026 at 8:55 am

    Just suppress the output (-n) and print after substitution (p):

    sed -n 's/.*marker_\(.*\) = "SymmetryPlane.*/\1/p' header.out
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm well aware that variants of this question have been asked before, but I
I'm aware that this question may have been asked before, but I still haven't
First of all, I am aware that this question has been discussed many times
I know this has been asked before but I'd like to ask it here
I'm aware that this question has been asked a number of time on SO
I am aware that similar questions to this have been asked, but I have
Im well aware of the fact that the problem im having has been asked
I'm aware that MD5 has had some collisions but this is more of a
I know this question has been asked quite a few times, however, I have
I know that this problem has been around for at least 3 yeears (

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.