例如 grep string1 file1 | grep string2 -A 3 | grep string3 先在file1中查到string1,再在结果中查找含有string的after 3行,
例如
grep string1 file1 | grep string2 -A 3 | grep string3
先在file1中查到string1,再在结果中查找含有string的after 3行,再查找string3
例如 grep string1 file1 | grep string2 -A 3 | grep string3 先在file1中查到string1,再在结果中查找含有string的after 3行,
例如
grep string1 file1 | grep string2 -A 3 | grep string3
先在file1中查到string1,再在结果中查找含有string的after 3行,再查找string3