Timeline for Recursively search for txt files that has all the search strings
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 6, 2024 at 10:10 | comment | added | Stéphane Chazelas | not AFAIK, we'd have to ask @steeldriver why they moved the IGNORECASE definition from -v to a BEGIN statement (without also moving the RS definition there). | |
| May 6, 2024 at 9:56 | comment | added | James | @StéphaneChazelas Thanks. I wrote this once on 4/30. But steeldriver modified it soon. Maybe some old version g/awk doesn't work with this way? I am not sure about this. | |
| May 6, 2024 at 9:30 | history | edited | Stéphane Chazelas | CC BY-SA 4.0 | might as well use `-v` for both variables |
| May 6, 2024 at 8:57 | history | edited | James | CC BY-SA 4.0 | deleted 118 characters in body |
| Apr 30, 2024 at 11:29 | history | edited | steeldriver | CC BY-SA 4.0 | applied slurp mode suggestion from comments and tidied up |
| Apr 30, 2024 at 5:06 | history | edited | James | CC BY-SA 4.0 | added 15 characters in body |
| Apr 30, 2024 at 3:35 | history | edited | James | CC BY-SA 4.0 | edited body |
| Apr 30, 2024 at 2:58 | history | edited | James | CC BY-SA 4.0 | deleted 15 characters in body |
| Apr 30, 2024 at 1:46 | comment | added | James | Yes, he want All of the words... in ONE file. Just realized this. Thanks | |
| Apr 30, 2024 at 1:37 | history | edited | James | CC BY-SA 4.0 | edited body |
| Apr 30, 2024 at 0:44 | comment | added | G-Man Says 'Reinstate Monica' | (1) Yes, obviously, -i is needed to do case-insensitive search. But this command will find any file that contains any of the words, not all of them (as the question asks). (2) For directory-based searches (e.g., recursive ones), it’s better to specify an argument of . rather than *. | |
| Apr 30, 2024 at 0:32 | history | answered | James | CC BY-SA 4.0 |