Forrest logo
back to context overview

errno

List of commands for errno:

  • errno:tldr:17476 errno: Search for code whose description contains all of the given text (all locales).
    $ errno --search-all-locales ${text}
    try on your machine
    explain this command
  • errno:tldr:4133d errno: List all errno names, codes, and descriptions.
    $ errno --list
    try on your machine
    explain this command
  • errno:tldr:9b4ad errno: Search for code whose description contains all of the given text.
    $ errno --search ${text}
    try on your machine
    explain this command
  • errno:tldr:e4acb errno: Lookup errno description by name or code.
    $ errno ${select}
    try on your machine
    explain this command
back to context overview