mirror of
https://github.com/nushell/nushell.git
synced 2025-04-02 20:27:11 +02:00
19 lines
148 B
Markdown
19 lines
148 B
Markdown
---
|
|
title: fmt
|
|
layout: command
|
|
version: 0.59.0
|
|
---
|
|
|
|
format numbers
|
|
|
|
## Signature
|
|
|
|
```> fmt ```
|
|
|
|
## Examples
|
|
|
|
format numbers
|
|
```shell
|
|
> 42 | fmt
|
|
```
|