apropos
Verified for current stable LTS
Apropos Command: Search For Keyword
An engineer would use the command 'apropos {{regex}}' to quickly find relevant documentation or commands related to a specific keyword while troubleshooting or developing software in a Unix-like operating system. Exact CLI syntax to search for keyword using Apropos.
When to use this: An engineer would use the command 'apropos {{regex}}' to quickly find relevant documentation or commands related to a specific keyword while troubleshooting or developing software in a Unix-like operating system.
Command Syntax
apropos <regex> apropos <regex> Command Breakdown
apropos is the base executable for this command.
FAQ
Purpose: Exact syntax to search for keyword using Apropos.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Apropos Command: Search Long Output
apropos -l <regex> Apropos Command: Search For All Matching Regex apropos <regex_1> -a <regex_2> -a <regex_3> Apropos Command: Search Keyword apropos <regex> Apropos Command: Search Long Output apropos -l <regex> Apropos Command: Search Multiple Regex apropos <regex_1> -a <regex_2> -a <regex_3>