1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 21:35:25 +02:00
tldr/pages/common/errno.md
Managor d2e6da7679
common*: refresh old pages part 7 (#16290)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-01 14:38:45 +03:00

486 B

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]}}

  • Search for code whose description contains all of the given text:

errno {{[-s|--search]}} {{text}}

  • Search for code whose description contains all of the given text (all locales):

errno {{[-S|--search-all-locales]}} {{text}}