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.
我需要查看大小为 1.8gb 的 json 文件的内容。每当我试图在任何文本编辑器中打开它时,它都无法打开它。有没有办法通过将文件分成更小的块或任何其他强大的编辑器来查看内容。
也许这个问题应该迁移到SuperUser或类似的。 但是,如果您在 Linux 环境下,您可以在命令行上执行以下操作:
cat myfile.json | less
从更少的手册页:
此外,less 不必在开始之前读取整个输入文件 (...)