gpt4 book ai didi

bash - 有没有办法在 bash bang 模式中允许空格(重复上一个命令)

转载 作者:行者123 更新时间:2023-11-29 08:59:22 30 4
gpt4 key购买 nike

我想知道是否有一种方法可以用空格分隔的子命令重复 bash 命令。例如,如果我输入多个命令,

git add a.txt
git status
... other commands starting with git
git commit -m ""

并做:

!git

我将再次运行最后一个 git commit 命令。我的问题是,有没有办法重复包含空格的最后一个命令,例如重复上一个 git status 命令?

我试过了,

!git\ s
!"git s"

,但没有效果。

最佳答案

尝试:

!?git s

“!?string”事件指示符搜索 most recent command preceding the current position in the history list containing string .

你也可以用它来引用命令 n 行:

!-n

关于bash - 有没有办法在 bash bang 模式中允许空格(重复上一个命令),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21194826/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com