Changes between Version 3 and Version 4 of Ticket #9529, comment 14


Ignore:
Timestamp:
Oct 27, 2022, 1:13:59 AM (18 months ago)
Author:
phoudoin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9529, comment 14

    v3 v4  
    11Maybe 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?
    22
    3 That would level grep power without having to rewrite it in TextSearch...
     3That would leverage grep power without having to rewrite it in TextSearch...
    44We could even parallelize the search that way:
    55