在终端(Bash)中,如何自动完成文件名中间的部分匹配?
我有一堆文件,其名称如下:
2011-04-02-hello.rb
2011-04-02-bye.rb
2011-06-22-cat.rb
2011-06-17-dog.rb
理想情况下,我可以通过输入 vim h
来访问第一个文件,并且它会自动完成其余部分。
在终端中,如何自动完成名称中间部分匹配的文件名?
I have a bunch of files named things like:
2011-04-02-hello.rb
2011-04-02-bye.rb
2011-06-22-cat.rb
2011-06-17-dog.rb
Ideally, I could access the first file by typing vim h<TAB>
, and it'd autocomplete the rest.
In terminal, how can I autocomplete a filename with a partial match in the middle of the name?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以
耸耸肩
You could do
Shrug