fork download
  1. #!/bin/bash
  2. s="manoeuvre man track"
  3. awk -v replace="man" '{gsub("\\<"replace"\\>", "")}1' <<< "$s"
Success #stdin #stdout 0.01s 5520KB
stdin
Standard input is empty
stdout
manoeuvre  track