Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

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