20/08/2025

Linux – Bash tricks

  1. apropos <command>
    • looks into all man pages where the command is used.
  2. whatis <command>
    • gives a onle line explanation about the command.