我执行这个命令:
git grep -Ee "alex" -- bin
而且我不会回到壳牌。最后有“线(end)”。
如何在没有
git grep -Ee "alex" -- bin | more
或终止进程的情况下摆脱 iine (结束)?因为我想保存匹配的颜色。此外,我不明白 --exclude-standard 和 --no-exclude-standard 的含义。当我使用或不使用这些标志时,我得到相同的结果。
例如,如何在行 /* */ 之间跳过模式
/* alex a */
git grep alex 将跳过