In the documentation for logstash, they mention the command tail -0a
I have never heard of the -a flag and I can't find any information on google, tail --help or the man pages.
What is the difference between tail -0a foo.bar
and tail foo.bar
Update
After testing this further, I wonder if it is a typo. Neither command works on my mac.
[root@interactive adaptive]# tail -0a /var/log/messages
tail: option used in invalid context -- 0
[root@interactive adaptive]# tail -a0 /var/log/messages
tail: invalid option -- 'a'