Retourner au contenu associé (journal : M'enfin ?? ...)
Posté par pi6Lohe le 24 juin 2005 à 13:13. En réponse au journal M'enfin ?? .... Évalué à 10.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# Pour sort, ca depend des options
Posté par pi6Lohe . En réponse au journal M'enfin ?? .... Évalué à 10.
$ time sort -n /tmp/test > /tmp/test.0
real 2m10.619s
user 2m5.835s
sys 0m0.813s
$ time sort -ns /tmp/test > /tmp/test.1
real 0m48.893s
user 0m46.934s
sys 0m0.626s
$ md5sum /tmp/test.*
5a04eeff80719ae6a73e6966c2e5d13a /tmp/test.0
5a04eeff80719ae6a73e6966c2e5d13a /tmp/test.1
$
En inversant l'ordre des tris ca ne change pas.