Bash 子字符串文件补全

发布于 2024-12-07 02:09:38 字数 258 浏览 0 评论 0原文

bash 部分/子字符串文件补全与 zsh 类似吗?

也就是说,不需要用户输入文件名的前缀,然后按 Tab 键;用户还可以输入文件名的子字符串,然后按 Tab 键。

假设一个目录包含一个文件 abcdef,那么不仅 ab 会补全这个文件名,还会补全 bc 和 <代码>cd等等。

Does bash partial/substring file completion similar to what zsh does?

That is, instead of requiring the user to enter a prefix of the filename, then tab; the user can also enter a substring of the filename, then tab.

Say a directory contains a file abcdef, then not only would ab<tab> complete to this filename, but also bc<tab> and cd<tab> and so on.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤君无依 2024-12-14 02:09:38

如果目录包含文件abcdef,则可以输入*bc*,然后按TAB键,即可完成。当然,zsh 可以在没有 * 的情况下做到这一点,所以这不是一回事。

If a directory contains the file abcdef, then you can enter *bc* and then hit the TAB key, and it will complete. Of course, zsh can do it without the *, so it's not the same thing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文