Skip to content

Instantly share code, notes, and snippets.

@dramaturg
Created June 2, 2022 14:40
Show Gist options
  • Save dramaturg/3f13d68333afe9bb9353cc2d4a8934f4 to your computer and use it in GitHub Desktop.
Save dramaturg/3f13d68333afe9bb9353cc2d4a8934f4 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# strip out all the escape code crud
sed 's/\x1b\[[0-9;]*m//g' |\
sed 's/\x1b\[[0-9;]*[a-zA-Z]//g' |\
sed 's/\x1b\[[0-9;]*[mGKFH]//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment