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

How linux replaces the same text in multiple files

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly introduces how linux replaces the same text in multiple documents, which has a certain reference value, and interested friends can refer to it. I hope you can learn a lot after reading this article.

Replace the same text in multiple files

Application: find / Perl

If you have a file and want to replace it in multiple locations, there are many ways to do it. Call test [someting] to replace Windows with Linux in all files in the current directory. You can run it like this:

Perl-I-pe's test*

To replace Windows in the current directory and all files in the lower directory with Linux, you can run it like this:

Find. -name'* .txt'- print | xargs perl-pi-txt.

Or if you need to make it work only on ordinary files.

Find-type f-name'* .txt'- print0 | xargs-- null perl-pi-e's Greater Windows and Linux Greater'

Saved a lot of time and obtained a high level of master level!

Thank you for reading this article carefully. I hope the article "how linux replaces the same text in multiple documents" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support and follow the industry information channel. More related knowledge is waiting for you to learn!

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

Development

Wechat

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

12
Report