すべてのコマンドの効果をまとめるためのツールはありますか?

すべてのコマンドの効果をまとめるためのツールはありますか?

したがって、インターネットが利用できない場合や高度な使い方が必要なときに文書を入手できるページがあることがわかります。manしかし、オフラインで作業を実行するためにどのツールが必要かわからない場合はどうすればよいですか?各プログラム/コマンドと簡単な説明を見るためのコマンドはありますか?

ベストアンサー1

通常、いいえ、一部のプログラムには文書がありません。

しかし、aproposそれはあなたに必要なものかもしれません。

たとえば、apropos ssh私の場合、sshに関連するマニュアルページが一覧表示されます。

authorized_keys (5)  - OpenSSH SSH daemon
git-shell (1)        - Restricted login shell for Git-only SSH access
rlogin (1)           - OpenSSH SSH client (remote login program)
rsh (1)              - OpenSSH SSH client (remote login program)
slogin (1)           - OpenSSH SSH client (remote login program)
ssh (1)              - OpenSSH SSH client (remote login program)
ssh-add (1)          - adds private key identities to the authentication agent
ssh-agent (1)        - authentication agent
ssh-argv0 (1)        - replaces the old ssh command-name as hostname     handling
ssh-copy-id (1)      - use locally available keys to authorise logins on a     remote machine
ssh-keygen (1)       - authentication key generation, management and conversion
ssh-keyscan (1)      - gather ssh public keys
ssh-keysign (8)      - ssh helper program for host-based authentication
ssh-pkcs11-helper (8) - ssh-agent helper program for PKCS#11 support
ssh_config (5)       - OpenSSH SSH client configuration files
sshd (8)             - OpenSSH SSH daemon
sshd_config (5)      - OpenSSH SSH daemon configuration file
XAllocClassHint (3)  - allocate class hints structure and set or read a window's WM_CLASS property
XClassHint (3)       - allocate class hints structure and set or read a window's WM_CLASS property
XGetClassHint (3)    - allocate class hints structure and set or read a window's WM_CLASS property
XSetClassHint (3)    - allocate class hints structure and set or read a window's WM_CLASS property
XtIsShell (3)        - obtain and verify a widget's class

一部のページには同じマニュアルページがrsh sloginあるため、何度も表示されることがあります。ssh(いつものように)誤検知もあります。

おすすめ記事