User Tools

Site Tools


awk:find_and_replace_a_string

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

awk:find_and_replace_a_string [2020/09/23 16:14] – created 192.168.1.1awk:find_and_replace_a_string [2020/09/23 16:16] (current) 192.168.1.1
Line 4: Line 4:
 awk '{gsub(/old_string/, "new_string")};{print}' file.txt awk '{gsub(/old_string/, "new_string")};{print}' file.txt
 </code> </code>
 +
 +----
 +
 +Find either of the old strings and replace with the new string.
 +
 +<code bash>
 +awk '{gsub(/old_string1|old_string2|old_string3/, "new_string")};{print}' file.txt
 +</code>
 +
 +
awk/find_and_replace_a_string.1600877674.txt.gz · Last modified: 2020/09/23 16:14 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki