SYNOPSIS

unansi my_file-colored.txt > my_file-uncolored.txt
cat my_file-colored.txt | unansi

DESCRIPTION

This application simply removes all ANSI coloring from either stdin or from a given file. It prints everything to screen.