Skip to content

Instantly share code, notes, and snippets.

@9to6
Created June 27, 2018 05:33
Show Gist options
  • Save 9to6/0a8077b231381dc76343ae1cf039a607 to your computer and use it in GitHub Desktop.
Save 9to6/0a8077b231381dc76343ae1cf039a607 to your computer and use it in GitHub Desktop.
shell: Replace contents recursively in the files.
find . -type f -print0 | xargs -0 sed -i 's/pkg\/rest\/models/pkg\/models/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment