CentOS 6.5 tree命令

下载软件包

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

tree-1.7.0.tgz


[root@localhost ~]# tar zxvf tree-1.7.0.tg

[root@localhost ~]# cd tree-1.7.0

[root@localhost tree-1.7.0]# ls

CHANGES  doc     html.c   json.c   Makefile      TODO    tree.h  unix.o
color.c  hash.c  html.o   json.o   README        tree    tree.o  xml.c
color.o  hash.o  INSTALL  LICENSE  strverscmp.c  tree.c  unix.c  xml.o

[root@localhost tree-1.7.0]# make install

使用名

[root@localhost tree-1.7.0]# tree ~/.vim
/root/.vim
├── after
│   └── ftplugin
│       └── python_pydiction.vim
├── bundle
│   └── pydiction
│       ├── after
│       │   └── ftplugin
│       │       └── python_pydiction.vim
│       ├── complete-dict
│       ├── pydiction.py
│       ├── README
│       └── README.md
├── ftplugin
│   └── python_pydiction.vim
└── tools
    └── pydiction
        └── complete-dict


9 directories, 8 files
[root@localhost tree-1.7.0]# 

你可能感兴趣的:(centos)