Monitoring log files with tail
Here’s a useful command for monitoring a log file for changes. tail -n 0 -f c:/log.txt The -n flag allows you to specify »
Here’s a useful command for monitoring a log file for changes. tail -n 0 -f c:/log.txt The -n flag allows you to specify »