Changes between Initial Version and Version 1 of Ticket #9529, comment 14
- Timestamp:
- Sep 7, 2017, 12:49:24 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9529, comment 14
initial v1 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 - ogrep 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 -0 grep SEARCH_PATTERN` command? 2 2 3 3 That would level grep power without having to rewrite it in TextSearch...