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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T07:18:54+00:00 2026-05-16T07:18:54+00:00

may be this is newbie question, but I must ask it! In general I’m

  • 0

may be this is newbie question, but I must ask it!
In general I’m understand regular expressions, but I don’t understand, why this one:

^.{8}[[:blank:]]{2}

works on this line:

prelink: /lib/libkeyutils-1.2.so: at least one of file's dependencies has changed since prelinking

in this grep command:

echo "prelink: /lib/libkeyutils-1.2.so: at least one of file's dependencies has changed since prelinking" | grep -v '^.\{8\}[[:blank:]]\{2\}'

where:

The                says "beggining of line"  
The .{8}           says "any eight characters"  
The [[:blank:]]{2} says "any two space characters"  

So ^.{8} match “prelink:”, when [[:blank:]]{2} need matching ”  ” (two spaces), but we have only ” ” (one space)…
So why this work at all, and if this work why this one:

^.{8}[[:blank:]]{1} 

doesn’t work?

Thank you for ahead.

  • 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-16T07:18:55+00:00Added an answer on May 16, 2026 at 7:18 am

    You’re using grep with the -v option which causes it to print lines which don’t match. Remove the -v and it will work as you expect.

    grep --help
    ...
       -v, --invert-match        select non-matching lines
    ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This may be a bit of a newbie question, but I just don't know!
I know this is a total newbie question, but the answer may not be
This may be a newbie question, But let's say I have a database table
This may sound a newbie question ... but however I'm new to iOS development.
This may be a newbie question. I've used javascript for years but have only
May be this is a newbie question but here it is. I am developing
This may be a basic question... but I am a newbie to jquery. I
This may be a newbie question, but i want to avoid buffer overflow. I
OK, this may be a newbie question, but how/where can I subscribe to the
This may be a newbie question, but could anyone please explain the difference between

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.