Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

sed replace all occurances?

echo dog dog dos | sed -e 's:dog:log:g'

#You can also use the above answer with appropriate slashes like
echo "grepper is a nice grepper" | sed "s/grepper/blow/g"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #sed #replace
ADD COMMENT
Topic
Name
3+2 =