Timeline for Help with using quotes in grep searches
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 14, 2014 at 22:54 | history | edited | Gilles 'SO- stop being evil' |
edited tags
|
|
| Nov 14, 2014 at 20:39 | answer | added | Hauke Laging | timeline score: 3 | |
| Nov 14, 2014 at 20:03 | comment | added | jimmij |
As a rule of thumb: always use single quotes with grep unless you really know what you are doing and want shell expansion. In this case I would use: grep 'a([^()]*)%b([^()]*)%c'
|
|
| Nov 14, 2014 at 19:43 | review | First posts | |||
| Nov 14, 2014 at 19:56 | |||||
| Nov 14, 2014 at 19:31 | history | asked | John S. | CC BY-SA 3.0 |