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.
有时当我运行scan '<tablename>. 我看到大量数据被打印出来,因为表格很大。我想终止打印数据的进程。除了 有什么办法Ctrl-C吗?因为Ctrl-C杀死了shell进程,我不想退出shell。
scan '<tablename>
Ctrl-C
您可以使用 scan 和 LIMIT 来限制 shell 上的扫描输出:
扫描“表”,限制 => 5
这将只显示 5 行。如果您已完成完整扫描并希望保留在特定行,您也可以按 ctlr+s 保留扫描。