I have this strange problem. It started simple enough. The problem was Ctrl-C would not exit a tail -f. Here is the full command I ran when this happened.
ls -l | tail +3 | cut -c55- | sort | uniq -c; tail -f a.log
When I hit Ctrl-C, only ^c would be printed out to my screen but I was not...