相当于“ tail -f”的“较少”命令行


54

我想用更少的空间打开文件,并让它自动滚动类似于的文件tail -f

我知道我能做less file,然后Shift-F永远向前迈进;喜欢tail -f

我需要less--raw-control-chars,因为它提供了标志,这是必需的,因为我的输入是彩色的。

Answers:



By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.