1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ターミナルで使用できる全コマンドを表示する方法は意外と簡単だった

Last updated at Posted at 2018-08-02

「今のユーザーで使えるコマンドってどんなものがあるんだろう?」

とふと考えてしまったので試してみた。

結論: TABキーを2回叩く

使えるコマンドを表示するコマンド自体を最初は探していたけど、Linuxの補完機能で事足りた。

TABキーを2回叩くと、
Display all 1852(ここは環境によって異なる) possibilities?(y or n)
と聞かれるのでyを押せば選択可能なコマンドが表示される。

Screenshot 2018-08-03 07.57.05.png

もちろん補完なのでファイルやディレクトリもコマンド以外が入ってしまっているけれども、
コマンドだけを出す必要もなかったのでこれでよしとする。

1
2
1

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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?