兼职网站制作,114黄页,网站仿站是啥,政府网站功能模块有哪些实现方法
打开~/.inputrc文件并输入如下内容:
"\e[A": history-search-backward
"\e[B": history-search-forward
set show-all-if-ambiguous on
set completion-ignore-case on效果
当在shell输入前几个字符,就能通过方向键↑,↓…
实现方法
打开~/.inputrc文件并输入如下内容:
"\e[A": history-search-backward
"\e[B": history-search-forward
set show-all-if-ambiguous on
set completion-ignore-case on