mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 20:55:24 +02:00

* bluetoothd: update on command path * bspwm: update whole translation and all of its commands * btrfs: update command order accordingly to styleguide * dunstify: last example was refering to another command * flatpak: - update description's verbs tenses to match styleguide - remove command - update app's names on commands * lsblk: update commands' arguments * pi: update commands order to match the styleguide * poweroff: fix duplicated parameter * systemctl: - update commands' descriptions - add new commands --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
24 lines
408 B
Markdown
24 lines
408 B
Markdown
# pi
|
|
|
|
> Calcula a constante decimal de Arquimedes Pi na linha de comando.
|
|
> Mais informações: <https://manned.org/pi>.
|
|
|
|
- Exibe 100 dígitos decimais da constante de Archimedes Pi:
|
|
|
|
`pi`
|
|
|
|
- Exibe um número específico de dígitos decimais da constante de Archimedes Pi:
|
|
|
|
`pi {{number}}`
|
|
|
|
- Exibe leituras recomendadas:
|
|
|
|
`pi --bibliography`
|
|
|
|
- Exibe ajuda:
|
|
|
|
`pi --help`
|
|
|
|
- Exibe a versão:
|
|
|
|
`pi --version`
|