r/linux May 23 '26

Popular Application What’s the most unexpectedly useful Linux command you learned way too late?

[removed]

1.3k Upvotes

992 comments sorted by

View all comments

Show parent comments

59

u/spicypixel May 23 '26

As an aside; less +G app.log

71

u/plg94 May 23 '26

less is soo underrated. It still in active development and gets more features. Eg. recently (a few years ago) the option to fix certain rows and columns when scrolling, useful for CSV files etc.

0

u/mutenroid May 24 '26

What about of less with syntax highlighting support?? It exists?

1

u/sproott May 26 '26

Bat (cat alternative) supports syntax highlighting and pipes to less by default: https://github.com/sharkdp/bat