mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
use ` for keyword
This commit is contained in:
parent
45ce14c85b
commit
1c5f068886
1 changed files with 3 additions and 3 deletions
|
@ -117,9 +117,9 @@ defaults can be found in the full substitution help below
|
|||
|
||||
special prefixes to numeric arguments
|
||||
|
||||
* `0 (e.g. 010)`: interpret argument as octal (integer output fields only)
|
||||
* `0x (e.g. 0xABC)`: interpret argument as hex (numeric output fields only)
|
||||
* `\' (e.g. \'a)`: interpret argument as a character constant
|
||||
* `0`: (e.g. 010) interpret argument as octal (integer output fields only)
|
||||
* `0x`: (e.g. 0xABC) interpret argument as hex (numeric output fields only)
|
||||
* `\'`: (e.g. \'a) interpret argument as a character constant
|
||||
|
||||
#### HOW TO USE SUBSTITUTIONS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue