Skip to main content

shell删除文件中的空白行

· One min read

解决方案

cat text.txt  | tr -s '\n'

其他解决方案

也可以在excel中删除空白行