Timeline for Read file and find all occurrences and generate hash for the content between the occurrences
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Nov 25, 2014 at 8:32 | history | suggested | Sinoop Joy | CC BY-SA 3.0 |
Added double quotes to ignore the single quote issues and added ^ to remove false matches like "(Record)"
|
| Nov 25, 2014 at 6:59 | comment | added | Sinoop Joy | Corrected the above issues by adding ^ | |
| Nov 25, 2014 at 6:58 | review | Suggested edits | |||
| S Nov 25, 2014 at 8:32 | |||||
| Nov 24, 2014 at 10:32 | comment | added | Sinoop Joy | This fails if we have Record in any form in in between lines. Eg : "text in between for record 2(Record)" | |
| Nov 24, 2014 at 10:19 | vote | accept | Sinoop Joy | ||
| Nov 24, 2014 at 10:18 | vote | accept | Sinoop Joy | ||
| Nov 24, 2014 at 10:19 | |||||
| Nov 21, 2014 at 13:26 | comment | added | Pierre-Olivier Vares | Sorry, there should be "\n" rather than § (I used § for testing purposes). Corrected | |
| Nov 21, 2014 at 13:25 | history | edited | Pierre-Olivier Vares | CC BY-SA 3.0 |
Corrected "§" that was a initially a "\n"
|
| Nov 21, 2014 at 13:25 | comment | added | Sinoop Joy | line=line"§"$0; ? is "§" equivalent to "\n" | |
| Nov 21, 2014 at 13:14 | history | answered | Pierre-Olivier Vares | CC BY-SA 3.0 |