Live log files with ‘tail” command
Tail is a very import part of linux administrative tools. Apart from using it with a combination of script to achieve day to day goals “tail” can be used by itsef for some important administrative tasks. Observing live log files is one of those tasks. Tail by default only shows the last 10 lines of [...]
