mirror of
https://github.com/nushell/nushell
synced 2024-12-29 06:23:11 +00:00
18 lines
148 B
Markdown
18 lines
148 B
Markdown
---
|
|
title: fmt
|
|
layout: command
|
|
version: 0.59.1
|
|
---
|
|
|
|
format numbers
|
|
|
|
## Signature
|
|
|
|
```> fmt ```
|
|
|
|
## Examples
|
|
|
|
format numbers
|
|
```shell
|
|
> 42 | fmt
|
|
```
|