Closed tiago-ssantos closed 1 year ago
should the order by the same, independently of the OS?
Certainly not. The OS determines the order. On Linux at least, the order is unspecified.
If there were some guarantee about ordering, it would definitely be in the docs. But there isn't one. You aren't even guaranteed that subsequent runs on the same OS will produce the same order.
When executing a simple example:
with the files:
in Windows and Ubuntu results in:
but in macOs Ventura:
There a specific parameter to impose a sort, but out of the box should the order by the same, independently of the OS?