Skip to main content
punctuation
Source Link
Matthias Braun
  • 8.8k
  • 8
  • 51
  • 63

I think this is better..:

less -N +F <filepath>

I think this is better..

less -N +F <filepath>

I think this is better:

less -N +F <filepath>
Reverting large edit that seriously alters the content of the original post.
Source Link

I think this is better..

less -N +F <filepath>

As it allows you to use all the tools of less on the specified output lines; e.g.

  • to output to an external file by typing -o filename.log
  • to scroll back and search within the output

It should be noted that the "flow" or stream must be interrupted before those other functions can be utilized.

I think this is better..

less -N +F <filepath>

As it allows you to use all the tools of less on the specified output lines; e.g.

  • to output to an external file by typing -o filename.log
  • to scroll back and search within the output

It should be noted that the "flow" or stream must be interrupted before those other functions can be utilized.

I think this is better..

less -N +F <filepath>

I think this is better..

less -N +F <filepath>

As it allows you to use all the tools of less on the specified output lines; e.g.

  • to output to an external file by typing -o filename.log
  • to scroll back and search within the output

It should be noted that the "flow" or stream must be interrupted before those other functions can be utilized.

I think this is better..

less -N +F <filepath>

I think this is better..

less -N +F <filepath>

As it allows you to use all the tools of less on the specified output lines; e.g.

  • to output to an external file by typing -o filename.log
  • to scroll back and search within the output

It should be noted that the "flow" or stream must be interrupted before those other functions can be utilized.

Source Link
Loading