I use tail to see my log files.
tail - f /opt/tomcat/logs/catalina.out
It always worked before but today when I run the above command
I get a different oputput
Code:
[ec2-user@ip-10-35-66-50 ~]$ tail - f /opt/tomcat/logs/catalina.out
==> standard input <==
^C
why tail is not working?