Will it be possible to monitor multiple Logfiles.
For example:
There are Logfiles changing there name daily and I want to search a specific string in all of them and there are a lot more than 3 Logfiles.
cricetus:/var/log/cricetus/access# find . -name *.2005-10-06.log
./rtkd1/rtkd1.2005-10-06.log
./rtkd2/rtkd2.2005-10-06.log
./rtkd4/rtkd4.2005-10-06.log
For example:
There are Logfiles changing there name daily and I want to search a specific string in all of them and there are a lot more than 3 Logfiles.
cricetus:/var/log/cricetus/access# find . -name *.2005-10-06.log
./rtkd1/rtkd1.2005-10-06.log
./rtkd2/rtkd2.2005-10-06.log
./rtkd4/rtkd4.2005-10-06.log