Bug 127137

Summary: w8c2q2 wrong grep command line switch
Product: [Retired] Red Hat Academy Reporter: Bowe Strickland <bowe>
Component: RHA030 CurriculumAssignee: Bowe Strickland <bowe>
Status: CLOSED CURRENTRELEASE QA Contact: Bowe Strickland <bowe>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.0CC: davisd
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-07 17:30:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bowe Strickland 2004-07-02 14:17:18 UTC
2.  To allow the search pattern HELLO to match both hello and HELLO, 
you would use the grep command with which command line switch? 
   A.  -w  
   B.  -r  
X C.  -i  
   D.  -k  
   E.  None of the above  

The 'test' claims that answer 'A' is correct:
     "-w" is match whole word.

But the correct answer is really:
     "-i" is ignore case. 

The question is about case not about word boundry,
which would be something like:
     "HELLO" verus "HELLOTHERE"

Comment 1 Bowe Strickland 2005-01-03 21:30:50 UTC
*** Bug 123046 has been marked as a duplicate of this bug. ***