Horje
how to find and replace a string in a file using shell script on mac Code Example
how to find and replace a string in a file using shell script on mac
# 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
how to commit a specific file in git Code Example how to commit a specific file in git Code Example
ubuntu default phpmyadmin password Code Example ubuntu default phpmyadmin password Code Example
change lunix password Code Example change lunix password Code Example
create necxt app Code Example create necxt app Code Example
how to get the folder size in linux Code Example how to get the folder size in linux Code Example

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