About 30,700 results
Open links in new tab
  1. How to turn off word wrap in less? - Super User

    Apr 19, 2011 · In less, it's called line folding rather than line wrapping. To set it not to fold, use the -S option: Causes lines longer than the screen width to be chopped rather than folded. That is, the …

  2. Turning off word-wrap with less during paging?

    Oct 12, 2018 · I can get the effect that I want from running less -S but it seems fishy to me that there is no way to render the input without word-wrap after the file is opened.

  3. how to turn on word wrap in linux less viewer? - Stack Overflow

    May 20, 2016 · Word wrap mode of "less" viewer is disabled by default in the system I work on. According to "less" viewer help, it is disabled with -S or --chop-long-lines flags.

  4. 'less' but with word wrap on blank space : r/linuxquestions - Reddit

    Mar 22, 2024 · I was hoping to find another utility that would let me read text files and wrap long lines at white space - i.e. not break up the word. Any suggestions would be appreciated.

  5. How to turn off word-wrap in less (4 SOLUTIONS!!)

    How to turn off word-wrap in less (4 SOLUTIONS!!) I really hope you found a helpful solution! ♡ The Content is licensed under CC BY-SA (https://meta.stackexchange.com/help/l...)

  6. Using less without word-wrap | Toshimaru’s Blog

    Aug 8, 2017 · When you open up a file with less, word-wrap is sometimes annoying. ... You can open it without word-wrap by passing -S option.

  7. How to Disable and Toggle Line Wrap in Terminal - Baeldung

    Jul 20, 2024 · When text in the terminal is forced to the next line by the edge of the terminal itself, this is called line wrap. Further, this behavior can make some text harder to read or copy.

  8. Wrapping and breaking text - CSS | MDN - MDN Web Docs

    Dec 15, 2025 · If the box needs to be a fixed size, or you are keen to ensure that long words can't overflow, then the overflow-wrap property can help. This property will break a word once it is too long …

  9. Parsing output with long lines using less | Notes

    We can pipe their output to less using the -S or --chop-long-lines flag to have the lines be truncated instead of wrapped. The arrow keys can be used to view parts of lines that don't fit on the screen.

  10. less - opposite of more | linux commands examples

    This option would normally be put in the LESS environment variable, rather than being typed in with each less command. Such an option must either be the last option in the LESS variable, or be …