Difference between revisions of "Sed"
Jump to navigation
Jump to search
(Created page with "https://opensource.com/article/20/12/sed") |
|||
Line 1: | Line 1: | ||
https://opensource.com/article/20/12/sed | https://opensource.com/article/20/12/sed | ||
+ | |||
+ | grep -rl oldtext . | xargs sed -i 's/oldtext/newtext/g' |
Latest revision as of 17:47, 19 May 2022
https://opensource.com/article/20/12/sed
grep -rl oldtext . | xargs sed -i 's/oldtext/newtext/g'