Bootstrapのスタートページのようにファイル構造を印刷する方法はUnixにありますか?
bootstrap/
├── css/
│ ├── bootstrap.css
│ ├── bootstrap.min.css
│ ├── bootstrap-theme.css
│ ├── bootstrap-theme.min.css
├── js/
│ ├── bootstrap.js
│ ├── bootstrap.min.js
└── fonts/
├── glyphicons-halflings-regular.eot
├── glyphicons-halflings-regular.svg
├── glyphicons-halflings-regular.ttf
└── glyphicons-halflings-regular.woff
(からhttp://getbootstrap.com/getting-started/#whats-included)
まったく同じように印刷するコマンドはありますか?
ベストアンサー1
treeコマンドを見てください。
http://mama.indstate.edu/users/ice/tree/
Debian などのディストリビューションの場合:
sudo apt-get install tree