Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 617 Bytes

cat-files-with-color-using-bat.md

File metadata and controls

16 lines (11 loc) · 617 Bytes

Cat Files With Color Using Bat

The time-tested utility cat is probably one of the most used unix commands. It prints the contents of the file to stdout. You can use it to get a quick view of a file.

example of cat

We live in a world of color and our terminal emulators are capable of so much more. There is an alternative to cat, called bat, that provides syntax highlighting based on the type of file.

example of bat

This is an open-source utility written in Rust. You can check it out on github.