Home  >  Q&A  >  body text

linux - 命令打印当前路径

看到如下打印列出文件夹详情,写博客很实用,但是不知道怎么打印出来的,有知道的朋友吗?

PHP中文网PHP中文网2743 days ago865

reply all(2)I'll reply

  • PHPz

    PHPz2017-04-17 16:01:42

    tree -- print out directory details

    reply
    0
  • ringa_lee

    ringa_lee2017-04-17 16:01:42

    Looking at the title font, it should be mac system
    If the system has not installed homebrew
    please open the terminal and execute it

    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    If you have already installed homebrew

    brew install tree

    reply
    0
  • Cancelreply