TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

"tree" command on MacOSX

9 点作者 evandrix超过 12 年前

5 条评论

adamt超过 12 年前
And this is on the front page?! Apologies for the meta-discussion, but this highlights go me just how much HN has changed. This tutorial is simply download, untar, uncomment relevant (and labelled) lines of a makefile and type make.
评论 #4492666 未加载
评论 #4492665 未加载
评论 #4492705 未加载
评论 #4492718 未加载
joethompson超过 12 年前
Or, if you have Homebrew (<a href="http://mxcl.github.com/homebrew/" rel="nofollow">http://mxcl.github.com/homebrew/</a>) installed:<p><pre><code> brew install tree</code></pre>
评论 #4492625 未加载
mathieuh超过 12 年前
Useful `tree` aliases:<p><pre><code> alias l1 'tree --dirsfirst -ChFL 1' alias l2 'tree --dirsfirst -ChFL 2' alias l3 'tree --dirsfirst -ChFL 3' alias l4 'tree --dirsfirst -ChFL 4' alias l5 'tree --dirsfirst -ChFL 5' alias l6 'tree --dirsfirst -ChFL 6'</code></pre>
gbin超过 12 年前
Front page !? No offense but it is a brogrammer-class tip to be able to compile something on a mac...
评论 #4492668 未加载
chj超过 12 年前
Very good utility. Thanks for the tip.