Git - tree for windows
2021-05-15 20:29
标签:net use 类型 攻略 准备 for ash pac comm 概述 背景 win10 环境下, 我需要打印 文件树 问题 思路 环境 os mintty tree for windows 类型 概述 准备 攻略 1 份 tree for windows 安装包 操作 结果 获取目录如下 注意 找到 git 的 bin 目录 将 tree.exe 复制到 bin 目录下 操作 输入命令 结果 刚下完, 解了压 后续学学 tree 吧 这玩意是 2009 年写的 how do I add the ‘tree‘ command to git-bash on Windows? Tree for Windows Git - tree for windows 标签:net use 类型 攻略 准备 for ash pac comm 原文地址:https://www.cnblogs.com/xy14/p/14679103.html
1. 准备
2. 操作
1. 解压 tree
tree-1.5.2.2-bin.zip
.
|-- bin
| `-- tree.exe
|-- contrib
| `-- tree
| `-- 1.5.2.2
| |-- tree-1.5.2.2
| |-- tree-1.5.2.2-GnuWin32.README
| `-- tree-1.5.2.2-src
| |-- CHANGES
| |-- INSTALL
| |-- LICENSE
| `-- README
|-- man
| `-- cat1
| `-- tree.1.txt
`-- manifest
|-- tree-1.5.2.2-bin.mft
`-- tree-1.5.2.2-bin.ver
tree.exe
, 就是我们要找的程序2. 将 tree.exe 添加到 bin 目录
# 1. 通常会是类似这样的路径
## E:\Program Files\Git\usr\bin
# 2. 如果你是在不知道, 可以在 git-bash 里, 执行如下命令
## 最终会定位到 那个bin目录
> cd /usr/bin
> start .
3. 重启 git-bash
4. 尝试 tree
> tree --help
3. 后续
ps
下一篇:配置windows定时任务
文章标题:Git - tree for windows
文章链接:http://soscw.com/index.php/essay/85944.html