2025-03-14 21:59:59 -06:00
|
|
|
# errno
|
|
|
|
|
|
|
|
|
|
> Look up errno names and descriptions.
|
|
|
|
|
> More information: <https://joeyh.name/code/moreutils/>.
|
|
|
|
|
|
|
|
|
|
- Lookup errno description by name or code:
|
|
|
|
|
|
|
|
|
|
`errno {{name|code}}`
|
|
|
|
|
|
|
|
|
|
- List all errno names, codes, and descriptions:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`errno {{[-l|--list]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Search for code whose description contains all of the given text:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`errno {{[-s|--search]}} {{text}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Search for code whose description contains all of the given text (all locales):
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`errno {{[-S|--search-all-locales]}} {{text}}`
|