📌  相关文章
📜  shell 获取一个文件而不是另一个文件中的所有行 - Shell-Bash 代码示例

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

代码示例2
diff file2 file1 | grep '^>' | sed 's/^>\ //'