egrep -rl 'kecamatan_id' seeders/* | xargs -I@ sed -i '' 's/kecamatan_id/subdistrict_id/g' @
Created
December 23, 2021 11:57
-
-
Save darmawan01/173182b5c99401a82f81b617e42d535b to your computer and use it in GitHub Desktop.
Grep and Sed to Replace some string in Mac OS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment