Changes between Version 1 and Version 2 of Ticket #9529, comment 14


Ignore:
Timestamp:
Sep 7, 2017, 12:51:04 PM (7 years ago)
Author:
phoudoin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9529, comment 14

    v1 v2  
    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 -n 10 -0 grep SEARCH_PATTERN` command?
     1Maybe an intermediate solution could be used here: TextSearch could be piping the list of  null-terminated file names strings to search to a `xargs -n 10 --null grep SEARCH_PATTERN` command?
    22
    33That would level grep power without having to rewrite it in TextSearch...