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

Awk adds content before and after the lines in the file

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

When configuring the copy parameter file of Oracle goldengate, we used to use uedit32, but later I found it a bit troublesome to write a script with python. Finally, after using awk, I found that it was the most convenient for AWK to add content before and after the file line.

List of tables to be copied test

Cat test

Table1

Table2

Table3

Cat test | awk'{print "map" $0 ", target" $0 ";"}'

Map table1, target table1

Map table2, target table2

Map table3, target table3

One-line statement is done directly.

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