Test

# Search and Replace in files
  find ./path -type f -exec sed -i 's/find_this/replace_this/g' {} \;

Page created on 2 Apr 2023