mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:13:52 +02:00
tqdm: add Spanish translation (#15524)
This commit is contained in:
parent
9b91230af1
commit
caf016a7f9
1 changed files with 8 additions and 0 deletions
8
pages.es/common/tqdm.md
Normal file
8
pages.es/common/tqdm.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue