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.
我尝试使用更少的命令来查看 zip 文件中的文件,令我惊讶的是,当我完成输出时,我之前的所有屏幕数据仍然存在(如果我使用更多命令查看文件内容,情况并非如此)。
less 命令如何做到这一点?
请参阅下面的图片了解更多信息。
在运行下面的less命令之前是终端内容,
运行下面的less命令后就是终端内容,
与 cat 或 more 或 zcat 等其他命令不同,如何保留终端信息?
对此的任何参考也将有很大帮助!
提前致谢..