Skip to content

Instantly share code, notes, and snippets.

@number5
Created May 29, 2012 05:21
Show Gist options
  • Save number5/2822747 to your computer and use it in GitHub Desktop.
Save number5/2822747 to your computer and use it in GitHub Desktop.
zargs sed multiple files in-place replacement example
zargs **/*.py -- sed -i "s|self.loginAndSelectMyHealthTab|self.login|g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment