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
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