![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
Adds zeros to a number until a number of digits is reached. (leading zeros) USAGE 0s <number> -n <number of digits> (n is 3 by default) EXAMPLES 0s 1 : 001 0s 17 -n 5 : 0017 0s 0 -n 2 : 00 0s 150 -n 3 : 150 0s 36 -n 0 : <nothing> Author VkLJ