Linux command
number 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Convert number to words
number [42]
Convert large number
number [1234567]
Convert with ordinal
number -o [3]
说明
number converts numbers to English words. Part of BSD games. The tool spells out numeric values. Useful for check writing or education.
参数
- -o
- Output as ordinal.
- -l
- Use long scale.
- --help
- Display help information.
FAQ
What is the number command used for?
number converts numbers to English words. Part of BSD games. The tool spells out numeric values. Useful for check writing or education.
How do I run a basic number example?
Run `number [42]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -o do in number?
Output as ordinal.