One of the tool I missed most when I switched to Mac from Linux was the tree command. I wrote a new tool Tree (available from WizTools.org mini-projects) in Java which has similar functionality as Unix tree. This tool is an executable Jar:
$ java -jar tree-0.1.0-jar-with-dependencies.jar
The output is similar (not same) to Unix tree command. The tool also supports command-line options:
No comments:
Post a Comment