Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME asciinum - Determine if the ASCII code refers to an single-digit character. SYNOPSIS asciinum [ASCII_CODE] DESCRIPTION asciint uses the between command to verify that a decimal ASCII code corresponds to single numerical character. It only returns the ASCII codes from 48 to 57. EXAMPLES asciinum 48 Returns 48 asciinum 22 Returns nothing. AUTHOR Paul M. Boren pmboren AT gmail DOT com