[Toybox] ls --sort tests...

2023-05-29 Thread Rob Landley
Did you know that ext4 timestamp granularity is in OS jiffies (250/second on my laptop, so I need a sleep .05 between each creation to reliably distinguish them)? I remembered "ctime" as "creation time", not "last modification time, in a way that you can't set"? As in "touch updates this, but

Re: [Toybox] [PATCH] sh: pass "\" to the later app

2023-05-29 Thread Rob Landley
On 5/29/23 02:19, Mingliang HU 胡明亮 wrote: > Here is failed case for “echo -e "a\n\b\nc\td". > > The expected result is: > > a > > c   d You're missing a "b" there, but I get the general idea. > The current result is: > > anbnctd Yeah, that's wrong. > The patch let sh pass “\” to