In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
Linux how to use the awk command to delete duplicate lines of text, I believe that many inexperienced people do not know what to do, so this article summarizes the causes of the problem and solutions, through this article I hope you can solve this problem.
The test text is as follows:
# cat 1.txt2.1.10.12.1.10.22.11.0.12.11.0.2
If the array subscript is not quoted, it will be forced to be converted to a number in this special case, resulting in statistical failure:
# awk 'BEGIN {FS=OFS= "."} {if (! a [$1.13. 3] +) print}' 1.txt2.1.10.1# awk-F'.'{a [$1.13. 3] +;} END {for (i in a) print I "" a [I]} '1.txt2110 4
After the array subscript is enclosed in quotes, everything returns to normal:
# awk 'BEGIN {FS=OFS= "."} {if (! a [$1 "." $2 "." $3] +) print}' 1.txt2.1.10.12.11.0.1# awk-F'.'{a [$1 "." $2 "." $3] + + } END {for (i in a) print I "" a [I]} '1.txt2.11.0 22.1.102 after reading the above, do you know how to use the awk command in linux to delete duplicate lines of text? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!
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.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.