Last active
August 23, 2017 19:44
-
-
Save marklabrecque/6c300f5132a07522e82d5f1613314907 to your computer and use it in GitHub Desktop.
Removing UUIDs from D8 .yml files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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