Retourner au contenu associé (entrée de forum : Ordre alphabétique de la commande ls)
Posté par LaBienPensanceMaTuer le 20 juin 2008 à 18:54. 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%
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# Hmm...
Posté par LaBienPensanceMaTuer . 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 ....