Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 460 Bytes

less-follow.md

File metadata and controls

9 lines (5 loc) · 460 Bytes

Less Follow

Similar to tail -f, less can actually follow a file as well as it's default edit mode.

Usage

Using less +F watches the file and follows it's tail - updating the screen as it grows.

Using the F key whist in read mode will enter into less' watch mode. Conversely, pressing CTRL - C in watch mode will return you to read mode - enabling the ability to quickly toggle between watch and read/edit modes.