Changes between Version 3 and Version 4 of Ticket #9529, comment 14
- Timestamp:
- Oct 27, 2022, 1:13:59 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9529, comment 14
v3 v4 1 1 Maybe an intermediate solution could be used here: TextSearch could be piping the list of null-terminated file names strings to search to a `xargs --null grep SEARCH_PATTERN` command? 2 2 3 That would leve lgrep power without having to rewrite it in TextSearch...3 That would leverage grep power without having to rewrite it in TextSearch... 4 4 We could even parallelize the search that way: 5 5