打印匹配行的前后5行 grep -5 ‘something’ file 打印匹配行的前后5行 grep -c 5 ‘something’ file 打印匹配行的后5行 grep -a 5 ‘something’ file 打印匹配行的前5行 grep -b 5 ‘something’ file