Timeline for Use grep to search for words beginning with non-word characters
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 19, 2019 at 23:28 | comment | added | glenn jackman | The closest ERE equivalent is grep -Eo '(^|[[:space:]])[^[:space:][:alnum:]]+\<[^[:space:]]+' | |
| Jun 19, 2019 at 23:26 | history | edited | glenn jackman | CC BY-SA 4.0 | typo |
| Jun 19, 2019 at 21:35 | history | answered | Stéphane Chazelas | CC BY-SA 4.0 |