I'm back online! Have been doing a bit of reading but was too busy to publish anything, so this week should be fun with lots of content.
bat command
bat is a simple tool that lets you show contents of plain text files with syntax highlighting. Using different colours and even colour themese, bat lets you read files much easier because you learn very quickly what to focus on based on the highlight colour.
Here's how it differs from the standard cat command:
Installing bat in Ubuntu
I simply did this:
greys@xps: ~ $ sudo apt install bat
Basic syntax for bat command is the same as it is for cat command.
That's it for today! Have fun!
Leave a Reply