Skip to content

Instantly share code, notes, and snippets.

@vasilii-b
Created October 25, 2021 18:45
Show Gist options
  • Save vasilii-b/ae8b546d78b5ea94b765e59cef9a8a62 to your computer and use it in GitHub Desktop.
Save vasilii-b/ae8b546d78b5ea94b765e59cef9a8a62 to your computer and use it in GitHub Desktop.
Grep and with result run command
bin/magento mod:st | grep SampleData | xargs -0 sh -c 'for name; do bin/magento mod:e $name; done' sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment