Skip to content

Instantly share code, notes, and snippets.

@jimklimov
Created September 12, 2021 19: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 jimklimov/51bffb26073ee3c6493c6f908b6afa79 to your computer and use it in GitHub Desktop.
Save jimklimov/51bffb26073ee3c6493c6f908b6afa79 to your computer and use it in GitHub Desktop.
Jenkins log parser - strip escaped links, leave plaintext
sed -e 's,.\[8mha://.*.\[0m,,' < log > %D/1089-log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment