1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 11:15:51 +02:00
tldr/pages.es/common/tqdm.md

9 lines
164 B
Markdown
Raw Normal View History

2025-01-30 14:11:16 -03:00
# tqdm
> Crea una barra de progreso.
> Más información: <https://tqdm.github.io/>.
- Crea una barra de progreso:
`seq 10000000 | tqdm --total 10000000 --null`