![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| search excat string in another string (grep "fails") | bora99 | UNIX for Dummies Questions & Answers | 0 | 06-05-2008 03:41 AM |
| Search, replace string in file1 with string from (lookup table) file2? | gstuart | Shell Programming and Scripting | 2 | 04-11-2008 11:32 AM |
| Perl: Search for string on line then search and replace text | Crypto | Shell Programming and Scripting | 4 | 01-04-2008 06:24 AM |
| Search for a string | sumesh.abraham | Shell Programming and Scripting | 12 | 12-11-2006 05:29 AM |
| appending string to text file based on search string | malaymaru | Shell Programming and Scripting | 1 | 06-09-2006 05:53 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
VI string search
Hi,
Can anybody please tell how to find a match line in vi if the line contains Str_a or Str_b? Inside the vi, I tried :/(Str_a|Str_b) it didn't work. Also I tried :/\(Str_a|Str_b\) didn't work either. Thanks, |
| Forum Sponsor | ||
|
|