📌  相关文章
📜  bash 删除文件的最后一行 - Shell-Bash 代码示例

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

代码示例1
# Basic syntax:
sed -i '$d' input_file

# Note, -i means that the input_file will be modified in place