Return to Snippet

Revision: 22283
at January 7, 2010 15:48 by r0b0tnic


Initial Code
sed -e 's/[what_to_find]/[replace_with]/g' -i [file_name]

Initial URL

                                

Initial Description

                                

Initial Title
Replace a string throughout a file

Initial Tags

                                

Initial Language
Bash