Changes between Version 1 and Version 2 of Ticket #9529, comment 14
- Timestamp:
- Sep 7, 2017, 12:51:04 PM (7 years ago)
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 - 0grep SEARCH_PATTERN` command?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 --null grep SEARCH_PATTERN` command? 2 2 3 3 That would level grep power without having to rewrite it in TextSearch...