keith-turner commented on issue #3367:
URL: https://github.com/apache/accumulo/issues/3367#issuecomment-3250386004

   This problems makes the shells `-f` option have different behavior.  Because 
the `-f` option does not use the jline linereader (it uses java.util.Scanner) 
it will not change `\\x00` to `\x00` like the jline linereader does.  So when 
using the -f option, different escaping is required than when executing 
commands interactively in the shell.  With the -f option you would put `scan -r 
apple\x00banana` in the file.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to