commands.sh

errno

all

Look up errno names and descriptions.

More info →

Options (3)

-l, --listboolean

List all errno names, codes, and descriptions

Example: errno {{[-l|--list]}}
-s, --searchboolean

Search for code whose description contains all of the given text

Example: errno {{[-s|--search]}} {{text}}
-S, --search-all-localesboolean

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

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

Examples (4)

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
made by @shridhargupta | data from tldr-pages