Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to find and replace on linux

find . -type f -name "*.md" -print0 | xargs -0 sed -i 's/foo/bar/g'
Source by linuxize.com #
 
PREVIOUS NEXT
Tagged: #find #replace #linux
ADD COMMENT
Topic
Name
2+3 =