Como el comando cat pero con más colorido. Si se prefiere ccat a cat poner en ~/.bashrc la linea:
alias cat=ccat
$ source ~/.bashrc (recargar .bashrc)
Descarga:
$ wget https://github.com/jingweno/ccat/releases/download/v1.1.0/linux-amd64-1.1.0.tar.gz
$ tar xfz linux-amd64-1.1.0.tar.gz
$ cd linux-amd64-1.1.0
# cp linux-amd64-1.1.0/ccat /usr/local/bin/
$ ccat fichero1 fichero2
$ ccat fichero1 fichero2 --html > fichero.html
$ ccat --palette