Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够看到文件中的所有文本行,最初我只需要文件的顶部并且一直在使用
头 -n 50 '文件名.txt'
我可以做 head -n 1000 因为大多数文件包含的文件少于这个,但更喜欢更好的替代方案
您是否考虑过使用文本编辑器。这些通常默认安装在 *nix 系统上?Vi 通常可用。
vi filename nano filename
或者
pico filename