有时我想在运行命令后在终端中搜索特定字符串。例如,我运行apt-get upgrade
并在终端中逐行看到输出:
Unpacking replacement procps ...
Preparing to replace apt-transport-https 0.8.16~exp12ubuntu10.12 (using .../apt-transport-https_0.8.16~exp12ubuntu10.15_amd64.deb) ...
Unpacking replacement apt-transport-https ...
Preparing to replace dosfstools 3.0.12-1ubuntu1 (using .../dosfstools_3.0.12-1ubuntu1.1_amd64.deb) ...
Unpacking replacement dosfstools ...
Preparing to replace python-problem-report 2.0.1-0ubuntu17.4 (using .../python-problem-report_2.0.1-0ubuntu17.6_all.deb) ...
Unpacking replacement python-problem-report ...
Preparing to replace python-apport 2.0.1-0ubuntu17.4 (using .../python-apport_2.0.1-0ubuntu17.6_all.deb) ...
然后它继续。现在
有没有什么方法可以搜索字符串;使用快捷方式还是其他什么?dosfstools
我知道:简单的方法是,选择终端中的文本并将其复制到文本编辑器并搜索字符串。但如果我这样做的次数越来越多,它就会让我:-/
答案1
尝试ctrl-shift-f
在 gnome-terminal 中搜索。如果您正在使用其他终端,请指定哪个。