HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

errno — Look up errno names and descriptions. More information: <https://joeyh.name/code/moreutils/>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
errnocommanddescriptionsandnamesclilook

Problem

How to use the errno command: Look up errno names and descriptions. More information: <https://joeyh.name/code/moreutils/>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/errno

Revisions (0)

No revisions yet.