Changes between Version 1 and Version 2 of Ticket #1900, comment 1
- Timestamp:
- Nov 2, 2018, 11:08:30 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1900, comment 1
v1 v2 7 7 8 8 And I have a feeling of what's actually going on: grep --quiet at some point decides this is enough matches to exit with a 0, so it probably just breaks the pipe before all output is processed, leading to something that rasql didn't expect. 9 10 {{{ 11 -q, --quiet, --silent 12 Quiet; do not write anything to standard output. 13 Exit immediately with zero status if any match is found, 14 even if an error was detected. 15 }}}