awk:find_and_replace_a_string
This is an old revision of the document!
AWK - Find and replace a string
awk '{gsub(/old_string/, "new_string")};{print}' file.txt
awk/find_and_replace_a_string.1600877674.txt.gz · Last modified: 2020/09/23 16:14 by 192.168.1.1