Skip to content

Instantly share code, notes, and snippets.

@marklabrecque
Last active August 23, 2017 19:44
Show Gist options
  • Save marklabrecque/6c300f5132a07522e82d5f1613314907 to your computer and use it in GitHub Desktop.
Save marklabrecque/6c300f5132a07522e82d5f1613314907 to your computer and use it in GitHub Desktop.
Removing UUIDs from D8 .yml files
find ./ -type f -exec sed -i -e '/^uuid: /d' {} \;
find ./ -type f -exec sed -i -e '/_core/,+1d' {} \;
rm *-e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment