首页 > 解决方案 > 如何在 git bash 中打印文本文件的内容?

问题描述

如何在 git bash 中打印文本文件的内容?

我通过 git bash 使用 echo "Hello World!" 添加到文本文件中。> my_text.txt 现在我只想在 git bash 中查看。

标签: git-bash

解决方案


cat <your file>例如


推荐阅读