LoginSignup
42
34

More than 5 years have passed since last update.

bashの補完で大文字小文字を無視する

Posted at

まずは設定ファイルを書きます。

~/.inputrcもしくは/etc/inputrc
set completion-ignore-case on

書き終わったらbashの入力画面に戻って、Ctrl-X + Ctrl-rと入力して設定を有効にできます。

これで小指が助かりそうです。
そのほかbashの小技などなどについてはこの本がかなり役に立ちました。

42
34
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
42
34