shell删除文件中的空行

我们可能经常需要进行一种操作

那就是删除一个文件中的所有行

以下可以轻松实现:

```

test@ubuntu:~/Public$ sed /^$/d file.txt

test@ubuntu:~/Public$ sed /^[[:space:]]*$/d file.txt

```

    A+
发布日期:2021年02月07日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: