Viewing 132 column using "less" command
If I view 132 column report using "less" command on the dumb terminal, the part of the line exceeding the width of the terminal gets folded to next line. What is the command to compress 132 column to be wiewed in a single line using "less" command ?
Using command "more" , with -f option , it is possible to view the 132 column report in a single line. But with command "less" I wish to view in the same way. Kindly suggest.
|