[PATCH] ls: add --files0-from=FILE option

2021-04-19 Thread Carl Edquist
Greetings Coreutils, I'm submitting for your consideration here a patch to add the standard '--files0-from=FILE' option to ls. (To read NUL-terminated names from FILE rather than using command line arguments.) Motivation for adding this to ls is mainly to let ls sort arbitrarily many items,

Re: [PATCH] ls: add --files0-from=FILE option

2021-04-19 Thread Carl Edquist via GNU coreutils General Discussion
On Mon, 19 Apr 2021, Carl Edquist wrote: I'm submitting for your consideration here a patch to add the standard '--files0-from=FILE' option to ls. Oops! Somehow I ended up attaching an old version of the patch - this one includes some cleanups and help output. Thanks, CarlFrom

bug#47891: sort --numeric-sort-Extra-Strength

2021-04-19 Thread 積丹尼 Dan Jacobson
Let's face it, sort, no matter what --option, or LC_... value, just can't achieve this order: 3-1號邊 3號之1 3號之2 30 What's the miracle kid (me) doing right that sort(1) just can't sort out yet? Mom told me "Just sort by numbers." See https://www.jidanni.org/geo/house_numbering/sorting/ in your

bug#47859: Additional seq outlandish example: seq 0 dangers

2021-04-19 Thread Bernhard Voelker
On 4/18/21 3:26 AM, 積丹尼 Dan Jacobson wrote: > Here's another 'fun/sad/DDOS yourself' example you might add: > > One day I wrote a Makefile, > m: > seq 0 9|sed s/$$/號.html/|xargs make > but before using it, I though I'll just test with one item, > m: > seq 0 |sed s/$$/號.html/|xargs