Skip to content

Instantly share code, notes, and snippets.

@everm1nd
Created March 7, 2018 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save everm1nd/42e70b72db35a085aec9682a12a2f99d to your computer and use it in GitHub Desktop.
Save everm1nd/42e70b72db35a085aec9682a12a2f99d to your computer and use it in GitHub Desktop.
sed-replace
echo '{something+}' | sed -E 's/\{([A-Za-z0-9\-]+)\+\}/{\1}/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment