suima8のメモ

メモです

memo

ディレクトリの階層構造図を作成する

tree コマンドを使う

tree -aF -L 10 -I '.git|.gitignore|obj|*.o' ./ | sed 's/   /\t/g' > hoge.txt

オプション