Logo

dev-resources.site

for different kinds of informations.

bat instead of cat

Published at
12/6/2019
Categories
cat
bat
linux
Author
joaovitor
Categories
3 categories in total
cat
open
bat
open
linux
open
Author
9 person written this
joaovitor
open
bat instead of cat

I replaced my cat in linux with bat.
I'm using this alias in my shell environment.

alias cat='bat --style=plain'
Enter fullscreen mode Exit fullscreen mode

bat gives me syntax highlight, pagination, search in the file being printed and more.

Give it a try.

Featured ones: