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:
> [
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 \
>>
[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