26 Mar Replace old text with new text Linux Command By Sam Uncategorized No Comments [root@srv01 demo]# grep -rl ‘from test old’ . | xargs sed -i ‘s/from test old/from test new/g’
Leave a Reply