📜  如何在行尾删除空格 linux - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:31.159000             🧑  作者: Mango
代码示例2
//Use this
sed -e '/[[:space:]]\+$/s///' fileName.txt > FileName.temp
//The temp file will allow you to check for spaces