# シュフォーツ変換 とか言うらしい。。。
my @logFiles =
map { $_->[0] } # 4) ファイル名のみ取り出す
sort { $b->[1] <=> $a->[1] } # 3) ファイルサイズをキーにして降順ソートする
map { [ $_ , -s ] } # 2) ファイル名とファイルサイズを組みを作成
<*.log>; # 1) カレントディレクトリのログファイルが対象
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme