Replace old text with new text Linux Command

[root@srv01 demo]# grep -rl ‘from test old’ . | xargs sed -i ‘s/from test old/from test new/g’

Similar Posts