Timeline for grep command, find words starting and ending with a letter
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 19, 2023 at 15:41 | vote | accept | user22712878 | ||
| Oct 19, 2023 at 15:29 | answer | added | Stéphane Chazelas | timeline score: 2 | |
| Oct 19, 2023 at 15:19 | comment | added | user22712878 | I'm trying to find words that begin with ”qu” and end with ”y” But if I do \<quy\> that would just find the word 'quy' | |
| Oct 19, 2023 at 15:18 | comment | added | Vilinkameni |
From the questions, it is unclear what are you trying to accomplish: combine or separate? By the way, \< and \> are not part of POSIX standard for grep (I'd say they are GNU extensions), so the question should be tagged appropriately.
|
|
| Oct 19, 2023 at 15:14 | history | edited | Stéphane Chazelas | CC BY-SA 4.0 |
added 8 characters in body
|
| S Oct 19, 2023 at 15:10 | review | First questions | |||
| Oct 19, 2023 at 15:46 | |||||
| S Oct 19, 2023 at 15:10 | history | asked | user22712878 | CC BY-SA 4.0 |