• # Hmm...

    Posté par . En réponse au message Ordre alphabétique de la commande ls. Évalué à -2.


    [binarym@gcolangelo]:~/plop% touch a à b c d e é è f g h i
    [binarym@gcolangelo]:~/plop% ls
    a à b c d e é è f g h i


    [binarym@gcolangelo]:~/plop% ls --version
    ls (GNU coreutils) 6.10
    Copyright © 2008 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.

    Écrit par Richard Stallman et David MacKenzie.

    [binarym@gcolangelo]:~/plop% alias
    la='ls -la'
    ls='ls --color'
    s='screen -rd'
    which-command=whence
    [binarym@gcolangelo]:~/plop%


    Ne pouvant reproduire le comportement que tu as, j'vais pas pouvoir t'aider ....