Skip to main content

OnlineSupport4u

Change strings in files in the same directory

By PrasadNaik
January 29, 2025

To change string in one directory using sed

sed -i ‘s/kng.com/vtu.com/g’ *.db

This would a single command for all files in folder with extensio n.db