Retourner au contenu associé (entrée de forum : Comment faire ?)
Posté par Krunch (courriel, site web personnel) le 05 septembre 2005 à 15:58. En réponse au message Comment faire ?. Évalué à 2.
$ find $PWD -type f | xargs du -sb | sort -n | tee /tmp/bla | head -n1 ; tail -n1 /tmp/bla
find $PWD -type f -exec du -sb '{}' ';' | sort -rn | tee /tmp/bla | head -n1 ; tail -n1 /tmp/bla
find $PWD -type f -exec du -sb '{}' ';' | perl -ane'($max, $maxf) = @F if !$max || $max < $F[0]; ($min, $minf) = @F if !$min || $min > $F[0]; END{print "$max\t$maxf\n$min\t$minf\n"}'
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# récursivement
Posté par Krunch (courriel, site web personnel) . En réponse au message Comment faire ?. Évalué à 2.
pertinent adj. Approprié : qui se rapporte exactement à ce dont il est question.