Saturday, May 27, 2017

Linux - check every few seconds if file size grows using Watch command

Complete syntax:

watch -n 5 ls -lh filename

Output (error.log is the filename):



No comments:

Post a Comment