grep --before-context 5 在比赛前显示 5 行。
grep --before-context 5
我想在比赛前展示一切。 这样做grep --before-context 99999999会工作,但它不是很......专业。
grep --before-context 99999999
如何显示匹配的所有文件?
text-processing
text-processing ×1