BASH : How to make a script that make "tail -f" always logging the last file in a directory, live – CentOS
I'm basically trying to make debugging easier for other scripts of mine. (Centos 7.6) What I need is a script doing : tail -f the last file entry in a directory if a new file appears in this directory, it…