bugfixes, features, documentation, examples, new tool
[hband-tools.git] / user-tools / strip-ansi-seq
blob354538737dc2483850a99f8463a994cea0764ee1
1 #!/bin/sh
3 true <<EOF
4 =pod
6 =head1 NAME
8 strip-ansi-seq - Dumb script removing more-or-less any ANSI escape sequences from the input stream
10 =cut
12 EOF
15 exec sed -e 's/\e\[[^a-zA-Z]*[a-zA-Z]//g'