$errnos
–
Mapping of errno
to Names
$errnos
is a mapping of errno
error numbers to human-readable names.
Links
Examples
- Print name of error number 10
- Output:
1
echo ${errno[10]}
1
ECHILD
BashSupport Pro is a Zsh IDE with support for $errnos – try it now!