-
Notifications
You must be signed in to change notification settings - Fork 0
Unix
Thach Hoang edited this page Feb 20, 2018
·
1 revision
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