bash – 当您处于历史中间时,导航到历史中最早的/最新的命令

说我在一个bash终端,有大量的命令历史。我按下了上箭头一整遍,在历史的“中间”。我想现在快速导航到我的历史记录中的第一个或最后一个命令(长时间不按住向上或向下箭头)。这可能吗?如果是这样,实现这一点的快捷键是什么?
看看 man page
man bash

这里我为你复制你正在寻找的东西:

prevIoUs-history (C-p)
    Fetch the prevIoUs command from the history list,moving back in the list.  
next-history (C-n)
    Fetch the next command from the history list,moving forward in the list.  
beginning-of-history (M-<)
    Move to the first line in the history.  
end-of-history (M->)
    Move to the end of the input history,i.e.,the line currently being entered.

相关文章

用的openwrt路由器,家里宽带申请了动态公网ip,为了方便把2...
#!/bin/bashcommand1&command2&wait从Shell脚本并行...
1.先查出MAMP下面集成的PHP版本cd/Applications/MAMP/bin/ph...
1、先输入locale-a,查看一下现在已安装的语言2、若不存在如...
BashPerlTclsyntaxdiff1.进制数表示Languagebinaryoctalhexa...
正常安装了k8s后,使用kubect工具后接的命令不能直接tab补全...