我经常tail用来监控错误:
tail -f /var/log/apache2/error_log
我可以使用快捷方式cmd+K来清除屏幕(OSX),但我已经习惯于^L在其他linuxy情况下使用。当我在tail监视文件时尝试使用它时,我看到输出^L:
[Fri Sep 30 12:08:58 2011] [notice] Apache/2.2.19 (Unix) PHP/5.3.6 with Suhosin-Patch DAV/2 mod_wsgi/3.3 Python/2.7.1 configured -- resuming normal operations
^L^L^L^L
有没有办法^L按照我在这种情况下期待它的方式开始工作?

^L其他情况下的行为。当tail监视文件时是否无法形成feed(因为提示不可用,可能)?