Skip to content

Instantly share code, notes, and snippets.

@jameswomack
Created May 22, 2014 01:48
Show Gist options
  • Save jameswomack/888d249a51d29a73029c to your computer and use it in GitHub Desktop.
Save jameswomack/888d249a51d29a73029c to your computer and use it in GitHub Desktop.
Replace a ridiculous path with the root path using find & sed
LC_CTYPE=C find ./test/unit/ -type f -exec sed -i ".original" "s#'../../../../..#process.cwd() + '#g" {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment