#!/bin/bashs="a b a////l&&o ca c d////p&&v cc o a////p&&v z"awk 'BEGIN{FS=OFS="\t"} $1=="a"{gsub(/[\/&]/,"",$3)}1' <<< "$s"
Standard input is empty
a b alo c a c dpv c c o a////p&&v z
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!