awk怎么删除空白行

36次阅读
没有评论

共计 868 个字符,预计需要花费 3 分钟才能阅读完成。

自动写代码机器人,免费开通

丸趣 TV 小编给大家分享一下 awk 怎么删除空白行,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!

cat /etc/default/docker
# Here in Debian, this file is sourced by:
#  – /etc/init.d/docker (sysvinit)
#  – /etc/init/docker (upstart)
#  – systemd s docker.service

# Use of this file for configuring your Docker daemon is discouraged.

# The recommended alternative is /etc/docker/daemon.json , as described in:
#  https://docs.docker.com/v1.11/engine/reference/commandline/daemon/#daemon-configuration-file
DOCKER_OPTS= –bip=172.17.2.1/24 –ip-masq=false –mtu=1450
# If that does not suit your needs, try a systemd drop-in file, as described in:
#  https://docs.docker.com/v1.11/engine/admin/systemd/#custom-docker-daemon-options

awk !/#/{if($0!=)print} /etc/default/docker
DOCKER_OPTS= –bip=172.17.2.1/24 –ip-masq=false –mtu=1450

以上是“awk 怎么删除空白行”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注丸趣 TV 行业资讯频道!

向 AI 问一下细节

丸趣 TV 网 – 提供最优质的资源集合!

正文完
 
丸趣
版权声明:本站原创文章,由 丸趣 2023-12-07发表,共计868字。
转载说明:除特殊说明外本站除技术相关以外文章皆由网络搜集发布,转载请注明出处。
评论(没有评论)