replace word in a file linux code example Example: replace word in file linux command sed -i 's_oldword_replaceword_gI' document_name.txt