mac tree命令
摘要:
首先安装tree工具,在mac下:brew install tree然后命令行执行:tree .就可以看到如下内容:├── Classes│ ├── AppDelegate.h│ ├── AppDelegate.m│ ├── ExpandyButton│ │ ├── ExpandyButton.h│ │ └── ExpandyButton.m│ ├── ViewController.h│ └── ViewController.m├── ExpandyButton-Info.plist├── ExpandyButton.xcodeproj│ ├── project.pbxproj│ ├── pr 阅读全文
posted @ 2013-12-12 17:11 red_goal 阅读(372) 评论(0) 推荐(0)