tail -f --follow=name --retry fie
This will tail a file even if the file is recreated. Typical use includes tailing a log file that is rolled over. (e.g. apache logs)
tail -f --follow=name --retry fie
This will tail a file even if the file is recreated. Typical use includes tailing a log file that is rolled over. (e.g. apache logs)