1
Fork 0
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:
m11o 2023-04-06 00:50:02 +09:00
parent 45ce14c85b
commit 1c5f068886

View file

@ -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