プレイヤーズ・ハイ

 雑多な日記

2014 年 7 月 24 日の小ネタ

小ネタの中の小ネタ!

Bash 関連の小技はあまり知らないのですが…。

複数ディレクトリーを ls コマンドで一気にリスト

$ ls -l /path/to/dir/{a,b,c}/
/path/to/dir/a/:
合計 0

/path/to/dir/b/:
合計 0

/path/to/dir/c/:
合計 0

ログが複数ディレクトリーに分かれていて,それらを一気に確認したいときなどに便利かもです。