在命令行中插入TAB键

Posted 枝桠

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在命令行中插入TAB键相关的知识,希望对你有一定的参考价值。

参考man bash:

       quoted-insert (C-q, C-v)

              Add the next character typed to the line verbatim.  This is how to insert characters like C-q, for example.
       tab-insert (C-v TAB)
              Insert a tab character.

 

如上所述,可以使用Ctrl-v 再按TAB,也可以使用Ctrl-q再按TAB。

另外,TAB等同于Ctrl-I,即也可以使用Ctrl-v再按Ctrl-I,或是使用Ctrl-v再按Ctrl-I。

以上是关于在命令行中插入TAB键的主要内容,如果未能解决你的问题,请参考以下文章

linux简单技巧和怎么样进入root用户

linux命令自动补全工具bash-completion,自动补全git、Docker、kubenetes等命令

mysql中使用tab键补全

Linux中Tab键命令功能及用法

linux虚拟机下如何在命令行中后退。

linux “命令行自动补全”功能用命令行怎么写