如何在日志文件中捕获git fsck --full --verbose
的输出?
I tried with
git fsck --full --verbose > log
和
git fsck --full --verbose | tee log
但是都不适合我。我该怎么办?
这个问题通过从csh切换到bash得到了解决。