<div dir="ltr">Not everyone wants -b, but that's the default for a tty, and we don't<br>currently have an opt out.<br><br>To my surprise, -N (despite having the long name --literal) only<br>disables -b, not -q. There's a separate --show-control-chars (opposite<br>of --hide-control-chars, which is the long name for -q) for that, so -N<br>really is just "the opposite of -b".<br><br>Since no-one's asked for --show-control-chars yet to my knowledge, I've<br>not implemented that here.<br><br>Also add tests for -b/-q/-N.<br>---<br> tests/ls.test   | 7 +++++++<br> toys/posix/ls.c | 7 +++++--<br> 2 files changed, 12 insertions(+), 2 deletions(-)<br></div>