> Le 10 nov. 2016 à 18:22, Rob Nelson <[email protected]> a écrit : > > That said, who decided a tilde to start a file name was good for anything but > a temp file??? I understand you have no choice as a user, but someone > somewhere, somewhen, chose it :(
because in the sort algorithm from glob, ~ is one of the only the very few characters that goes after z and it's printable, look at LC_COLLATE in http://pubs.opengroup.org/onlinepubs/007908775/xbd/locale.html#tag_005_003_002. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/DF893908-F40A-4D64-A8A4-AC0B6C2DFF9F%40orange.fr. For more options, visit https://groups.google.com/d/optout.
