📌  相关文章
📜  获取文件直到匹配而不包含 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:46.896000             🧑  作者: Mango

代码示例1
sed '/[match]/q' file.txt    
#Include q option at the end to grep until match only