# awk 'BEGIN { str = "welcome to groad.net groad"; gsub(/groad/, "GROAD", str); print str }' welcome to GROAD.net GROAD