Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Line transfer of grep/sed/awk and other lines of Linux command

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Row to column

The sample file is as follows

Cat file.txta b cd e fg h i

Cat file.txt | xargs-N1

Xargs-n 1 < file.txt

Tr "\ n" < file.txt

4. Sed's / /\ nUniverse g'file.txt

This command executes normally on Linux, but not on Mac, because sed on Mac is BSD version, Linux is Gnu version, and sed-e's / /\'$'\ nfile.txt is required on Mac.

5. Sed's / /\ nUniverse g'file.txt

Same as above

7. Awk'{for

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report