跳转至

grep

```sh

忽略注释和空行

grep -v '#' filebeat.yml | grep -v '^$'

使用 $ 参数

echo 192.168.1. | xargs -I{} grep {} *.txt ```‘

作者: aisuhua