Change strings in files in the same directory 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