相关疑难解决方法(0)

列出bash"bind -x"绑定

我搜索过man bash,但找不到列出所有当前bind -x键绑定的内容.有什么办法可以吗?我尝试了以下方法:

$ bind -x '"\C-`":"echo hello"'
# test binding: press CTRL+`
hello
# Binding works!
$ bind -p | grep 'hello'
# no output
$ bind -S
# no output
Run Code Online (Sandbox Code Playgroud)

那么,有什么方法可以看到所有bind -x当前活动的列表吗?

linux bash shell

12
推荐指数
2
解决办法
2443
查看次数

标签 统计

bash ×1

linux ×1

shell ×1