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

Nan*_*les 5 git-bash

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

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

Gle*_*ech 9

cat <your file>例如