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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T18:32:19+00:00 2026-06-05T18:32:19+00:00

I am using GNU grep on Windows 7 command prompt. I have a file

  • 0

I am using GNU grep on Windows 7 command prompt.

I have a file jsutfstr.txt whose content is like this:

some lines
HELLO("abc",adf)
HELLO("def", sd)
some lines
some lines
some lines

And I want to grep the HELLO(..) pattern. In the windows command prompt I used these:

C:\bin>Egrep     HELLO\(\"[^)]+\) jsutfstr.txt
HELLO("abc",adf)
HELLO("def", sd)

C:\bin>Egrep     HELLO\([^)]+\) jsutfstr.txt

So, the second pattern yields nothing. I don’t understand why I have to specify \” explicitly. Isn’t that the [^)] matches everything not equal to ) including a double quote?

  • 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-05T18:32:20+00:00Added an answer on June 5, 2026 at 6:32 pm

    The problem is that you run in to the shell parsing the line first and ^ is the escape character for cmd. So the line that gets passed to grep in the second case is

    Egrep     HELLO\([)]+\) jsutfstr.txt
    

    while in the first case the " starts a quoted argument where cmd will not look into.

    You can just quote the complete argument to avoid that:

    Egrep "HELLO\([^)]+\)" jsutfstr.txt
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using GNU Emacs 22.2.1 and cperl 5.23. I have perl code like this:
I have a C++ small project using GNU Make. I'd like to be able
I am using GNU/Linux (Ubuntu + Gnome). I have been using netbeans on windows
Well, I have a file test.txt #test.txt odsdsdoddf112 test1_for_grep dad23392eeedJ test2 for grep Hello
I am using GNU emacs 23.1.1 on Fedora 12 I have this in my
Summary : I have a project using GNU Autotools. I have a pot file.
I'm using GNU bash, version 3.00.15(1)-release (x86_64-redhat-linux-gnu). And this command: echo -e doesn't print
I've recently started using GNU Screen but have run into a very annoying problem.
I'm using GNU Make 3.81, and I have the following rule in my Makefile:
I know this is possible manually via ctrl commands using gnu screen for linux

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.