Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、Bash ターミナル ウィンドウで escape escape と入力すると、ディレクトリ リストが表示されます。これを制御またはオフにするにはどうすればよいですか?
これは、 のステートメントによってオフにさset disable-completionれ~/.inputrcます。( bash マニュアルのセクションReadline 変数を参照してください。)
set disable-completion
~/.inputrc