$ find /home/dan/.purple/logs/ -name "`date +%F`*" | xargs inotail -fv
This would also work with tail -- the only problem is that _tail_ with so many files would put some strain on the filesystem.
$ find /home/dan/.purple/logs/ -name "`date +%F`*" | xargs inotail -fv
No comments:
Post a Comment