Command

replace

logshow 2024. 11. 21. 10:57

bash

 

find . -type f -exec perl -pi -e 's/old_string/new_string/g' {} +