Menu

Toshimaru's Blog

Using less without word-wrap

When you open up a file with less, word-wrap is sometimes annoying.

$ less longtext.txt

You can open it without word-wrap by passing -S option.

$ less -S longtext.txt

Reference

Load more