当前位置:网站首页>The upper and lower lines of the shell are merged into one line
The upper and lower lines of the shell are merged into one line
2022-06-25 07:07:00 【mixboot】
List of articles
shell
shell The upper and lower lines are merged into one line
Preface
sed
One 、shell Two lines up and down
1.file
cat file.txt
host1
192.168.0.1
host2
192.168.0.2
host3
192.168.0.3
host4
192.168.0.4
host5
192.168.0.5
2.sed
sed 'N;s/\n/ :/' file
# cat file.txt | sed 'N;s/\n/ :/'
host1 :192.168.0.1
host2 :192.168.0.2
host3 :192.168.0.3
host4 :192.168.0.4
host5 :192.168.0.5
Two 、sed Multiple lines
N (next) Multiline operation command , The two lines before and after the text are merged into one line
# cat file.txt
host11
192.168.0.1
host222
192.168.0.2
host3
192.168.0.3
host44
192.168.0.4
host555
192.168.0.5
# sed 'N;s/\n/ :/' file.txt
host11 :192.168.0.1
host222 :192.168.0.2
host3 :192.168.0.3
host44 :192.168.0.4
host555 :192.168.0.5
- Use “ tabs ”
\tAlign edges
# sed 'N;s/\n/ \t/' file.txt
host11 192.168.0.1
host222 192.168.0.2
host3 192.168.0.3
host44 192.168.0.4
host555 192.168.0.5
Reference resources
边栏推荐
- Report on development status and investment strategy recommendations of global and Chinese graphite polystyrene board industry 2022-2028
- Jameswebb Space Telescope goes into operation to help study interstellar objects
- Analysis on the scale of China's smart airport industry in 2020: there is still a large space for competition in the market [figure]
- Who can teach me how to learn SCM, what to learn first and how to get started?
- Make fertilizer Safi from crop residues locally to increase yield by 30% and improve soil
- Coffee script unmatched outent error
- Cs8683 (120W mono class D power amplifier IC)
- Unity get resource path
- 深入解析 Apache BookKeeper 系列:第三篇——读取原理
- Derivation of sin (a-b) =sina*cosb-sinb*cosa
猜你喜欢

Ctfhub web - divulgation d'informations - traversée du Répertoire

弱大数定理的意义与证明

高效探索|ES地理位置查询的一次应用实践
![[Shangshui Shuo series] day 5](/img/83/28834addd8198d4bcdc718eccf5754.png)
[Shangshui Shuo series] day 5

有能力的人从不抱怨大环境!

The significance and proof of weak large number theorem

Are you still doing the dishes yourself? Teach you how to make dishwasher controller with single chip microcomputer

How to find happiness in programming and get lasting motivation?

2022 biological fermentation Exhibition (Jinan), which is a must read before the exhibition. The most comprehensive exhibition strategy will take you around the "fermentation circle"

Entry level use of flask
随机推荐
聚类和分类的最基本区别。
[轻松学会shell编程]-5、计划任务
Simple and complete steps of vivado project
直接选择排序和快速排序
ASP. Net core - encrypted configuration in asp NET Core
cos(a-b)=cosa*cosb+sina*sinb的推导过程
CTFHub-Web-信息泄露-目錄遍曆
破万,我用了六年!
Period to string [repeat] - period to string [duplicate]
[acnoi2022] the structure of President Wang
Blue Bridge Cup SCM module code (nixie tube) (code + comments)
Comparison test of mono 120W high power class D power amplifier chip cs8683-tpa3116
3dmax软件的制作木桶过程:三步流程
Modify the default log level
Ctfhub web - divulgation d'informations - traversée du Répertoire
Kubernetes core components etcd details
Several schemes of traffic exposure in kubernetes cluster
PHP converts strings to hex and hex to string - PHP convert string to hex and hex to string
Cs8126t 3.1w mono ultra low EMI unfiltered class D audio power amplifier IC
高效探索|ES地理位置查询的一次应用实践