Re: null separated ls output option

2017-06-29 Thread Kaz Kylheku (Coreutils)
On 28.06.2017 23:31, Bernhard Voelker wrote: [adding findutils] First of all, find(1) is maintained in the GNU findutils project, not in GNU coreutils. Redirected from: http://lists.gnu.org/archive/html/coreutils/2017-06/msg00049.html On 06/28/2017 07:13 PM, Kaz Kylheku (Coreutils) wrote: > [

Re: null separated ls output option

2017-06-29 Thread Bernhard Voelker
On 06/29/2017 07:17 PM, Kaz Kylheku (Coreutils) wrote: > On 28.06.2017 23:31, Bernhard Voelker wrote: >> I think the GNU toolbox already gives you enough flexibility to support >> these edgy use cases, e.g. sorting by file size: >> >> find . -printf "%s/%p\0" \ >> | sort -zt '/' -k1,1n \ >>

Re: null separated ls output option

2017-06-28 Thread Bernhard Voelker
[adding findutils] First of all, find(1) is maintained in the GNU findutils project, not in GNU coreutils. Redirected from: http://lists.gnu.org/archive/html/coreutils/2017-06/msg00049.html On 06/28/2017 07:13 PM, Kaz Kylheku (Coreutils) wrote: > On 28.06.2017 06:53, ra...@openmailbox.org wrote