1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-07 16:15:30 +02:00
tldr/pages/common/errno.md

21 lines
486 B
Markdown
Raw Normal View History

2022-03-11 23:09:10 -05: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:
`errno {{[-l|--list]}}`
2022-03-11 23:09:10 -05:00
- Search for code whose description contains all of the given text:
2022-03-11 23:09:10 -05:00
`errno {{[-s|--search]}} {{text}}`
2022-03-11 23:09:10 -05:00
- Search for code whose description contains all of the given text (all locales):
2022-03-11 23:09:10 -05:00
`errno {{[-S|--search-all-locales]}} {{text}}`