zoukankan      html  css  js  c++  java
  • linux 树型显示文件 tree ls tree 命令

     

    原创 2016年07月27日 09:50:19
     

    yum install tree

    tree www

    │?? │?? │?? └── xml.test
    │?? │?? └── valgrind.supp
    │?? ├── README
    │?? ├── scripts
    │?? │?? └── mysql_install_db
    │?? ├── share
    │?? │?? ├── aclocal
    │?? │?? │?? └── mysql.m4
    │?? │?? ├── charsets
    │?? │?? │?? ├── armscii8.xml
    │?? │?? │?? ├── ascii.xml
    │?? │?? │?? ├── cp1250.xml
    │?? │?? │?? ├── cp1251.xml
    │?? │?? │?? ├── cp1256.xml
    │?? │?? │?? ├── cp1257.xm

    lstree

  • 相关阅读:
    KafKa 发消息到Storm
    HBase的优化
    HBase部署与使用
    Scala 类
    Scala高阶函数
    模式匹配
    Scala数据结构
    scala基础语法
    Scala安装配置
    Kafka工作流程分析
  • 原文地址:https://www.cnblogs.com/lxwphp/p/15454677.html
Copyright © 2011-2022 走看看