Command Line#

Check The Size of a File#

du -sh /path/to/file

Monitor a file#

tail -f /path/to/log/file

Control the size

tail -f /path/to/log/file -n 50