0 in version number?

Shriramana Sharma via Digitalmars-d digitalmars-d at puremagic.com
Sat Oct 17 06:40:44 PDT 2015


Marc Schütz wrote:

> Sorting happens in many places where the sorting program is not
> aware that it's working with version numbers. Think of directory
> listings, for example.

$ cd /tmp/
$ touch f{1..20}
$ ls -v1
f1
f2
f3
f4
f5
f6
f7
f8
f9
f10
f11
f12
f13
f14
f15
f16
f17
f18
f19
f20

-- 
Shriramana Sharma, Penguin #395953


More information about the Digitalmars-d mailing list