1
当尾巴-f正在运行时^ L
我经常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按照我在这种情况下期待它的方式开始工作?