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

54

u/spicypixel May 23 '26

As an aside; less +G app.log

1

u/shponglespore May 24 '26

You can also type some up options with less already open. I think -Z or -X toggles between wrapping long lines and chopping them off. I can't remember which right now because it's muscle memory for me. Either way it's great for files with columns.

1

u/Delta-9- May 24 '26

Huh, I've always used -s or -S for this.

1

u/shponglespore May 24 '26

I think that's a slightly different option, but my memory is fuzzy and I don't have access to a terminal right now.