什么是ag(银色搜索者)grep&line;缓冲的类似选项?

时间:2015-03-11 09:16:57

标签: grep ag

我想使用ag,好像我会使用grep和--line-buffered一样。可能吗?如果没有,我还有什么其他选择来模仿这种行为?

1 个答案:

答案 0 :(得分:3)

我希望--line-buffered支持ag样式功能。

我已经针对ag Github repo提出了PR #719来请求此功能。

与此同时,我发现的最佳解决方案是将stdbuf -oL# instead of grep grep --line-buffered pattern # use ag with a stdbuf wrapper stdbuf -oL ag pattern 一起打包。

var categories = ["Adventure", "Strategy"]