In Linux operations, we often replace and count strings in files. Let's do a summary now. If there are any mistakes, please criticize and correct them. Count the number of strings grep -c str filename grep -o str filename |wc -l Replace String Replace the current line with the matching string Replace all matches in the current file :%s/original string/replacement string/gg Batch replace string sed -i "s/search field/replace field/g" grep search field-rl path -rl means all subdirectories sed -i "s/new Str/old Str/g" 'grep "old Str" -rl filename' PS: Linux commonly used string operation commands Split string by space Split a string at specific characters Cutting a string Remove specific characters from a string Summarize The above is the relevant operation skills for organizing strings in Linux introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: MySQL uses init-connect to increase the implementation of access audit function
>>: Vue project configures webpack-obfuscator to implement code encryption and obfuscation
Install Ubuntu 20.04 Install NVIDIA drivers Confi...
This article mainly introduces the implementation...
Preface MySQL 8.0.13 began to support index skip ...
This is an enhanced version. The questions and SQ...
Preface The computer I use is a Mac, and the oper...
Preface This article mainly introduces the releva...
## 1 I'm learning docker deployment recently,...
Table of contents 1. What is a component? 2. Crea...
Recommended Docker learning materials: https://ww...
1. Network Optimization YSlow has 23 rules. These...
1.command not found command not found 2. No such ...
Table of contents 1. Install Docker 2. Install an...
The Truncate table statement is used to delete/tr...
After reinstalling my computer recently, I downlo...
Table of contents 1. Replace the apply method, ge...