gpt4 book ai didi

git - 是否可以对选项卡进行 git grep?

转载 作者:IT王子 更新时间:2023-10-29 00:55:18 25 4
gpt4 key购买 nike

This question指定 -P 允许 GNU grep grep 一个选项卡

grep -P '\t' config/file.txt

但是,使用 git grep,我不知道如何 grep 一个选项卡:

git grep '\t' # Looks for files with the letter "t" instead
git grep -P '\t' # Invalid option
git grep -E '\t' # Does the same as without the -E

而且在您自己的 grep 程序中似乎没有替代选项。吞下全部内容然后对结果使用 GNU grep 是我唯一的选择吗?

最佳答案

您可以通过在命令中键入文字制表符来解决此问题:

# type it with ^V then tab
git grep ' '

关于git - 是否可以对选项卡进行 git grep?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4262150/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com