Skip to content
Thach Hoang edited this page Feb 20, 2018 · 1 revision

Follow a file

To follow files through log rollovers:

tail -F dev.log

Alternatively, for play/pause controls and no line wrapping:

less -S +F dev.log
  • Ctrl+C to stop (left/right to scroll horizontally)
  • Shift+F to resume tailing
  • Ctrl+C, Q to quit
Clone this wiki locally