Skip to content

Instantly share code, notes, and snippets.

@adrienthebo
Created July 2, 2012 18:02
Show Gist options
  • Save adrienthebo/3034623 to your computer and use it in GitHub Desktop.
Save adrienthebo/3034623 to your computer and use it in GitHub Desktop.
sed -i.bak -e \
":BEGIN
/\"[^\"']*[^\\]*\$[[:alnum:]_:].*\"/ \
s/\(\"[^\"]*\)\$\([[:alnum:]_:][[:alnum:]_:]*\)\([^\"]*\"\)/\1$\{\2\}\3/
t BEGIN" $manifest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment