2 lines
62 B
Bash
Executable File
2 lines
62 B
Bash
Executable File
find . -type f -exec sed -i 's/old_string/new_string/g' {} \;
|