Open1

treeコマンドTips

りさきゃんりさきゃん

💡 tree コマンドで複数のディレクトリを除外したい場合

tree -d -I "vendor|node_modules|tmp"

のように、 パイプで区切ります。