📌  相关文章
📜  正则表达式 lin 中的最后一个单词 - Shell-Bash 代码示例

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

代码示例1
Just use "$" to specify matching a pattern at the end of each line.
Example with grep:
grep "pattern$" file.txt