Skip to content

Instantly share code, notes, and snippets.

@martinsmid
Created February 17, 2022 10:05
Show Gist options
  • Save martinsmid/132c36d211704cae80fb36627faec989 to your computer and use it in GitHub Desktop.
Save martinsmid/132c36d211704cae80fb36627faec989 to your computer and use it in GitHub Desktop.
sed -r 's/[0-9]+ |//' -i $1
sed -e 's/at 0x[a-z0-9]\+/at XXX/g' -i $1
sed -e 's/line [0-9]\+/line YYY/g' -i $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment