Horje
how to find and replace a string in a file using shell script Code Example
how to find and replace a string in a file using shell script
# replaces ALL(g i.e. global) ouccurences of "original_string" with "new_string", 
# in the file file_name.ext_name
sed -i 's/original_string/new_string/g' file_name.ext_name




Shell

Related
git remove las remotet commit Code Example git remove las remotet commit Code Example
certbot remove certificate for domain Code Example certbot remove certificate for domain Code Example
git pull in all repositories Code Example git pull in all repositories Code Example
command to update vlc in ubuntu Code Example command to update vlc in ubuntu Code Example
publish pypi Code Example publish pypi Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
18