tree: add new package 3960/head
authorBanglang Huang <banglang.huang@foxmail.com>
Sun, 5 Feb 2017 13:36:50 +0000 (21:36 +0800)
committerBanglang Huang <banglang.huang@foxmail.com>
Sun, 5 Feb 2017 13:36:50 +0000 (21:36 +0800)
commitb6ff884d4570e5f522ad97bbd481362ee1ebeff7
tree34f9e78d36330473e26825fc6f6f4b971ab79499
parent066b6319c9fc852256514cbecffbbc2c53bb25ca
tree: add new package

Tree is a recursive directory listing command that produces a depth indented listing of files,
which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty.

Tree has been ported and reported to work under the following operating systems:
Linux, FreeBSD, OS X, Solaris, HP/UX, Cygwin, HP Nonstop and OS/2.

root@lede:/# tree -L 1
.
├── bin
├── dev
├── etc
├── lib
├── mnt
├── overlay
├── proc
├── rom
├── root
├── sbin
├── sys
├── tmp
├── usr
├── var -> /tmp
└── www

15 directories, 0 files

http://mama.indstate.edu/users/ice/tree/

Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
utils/tree/Makefile [new file with mode: 0644]